Skip to content

Commit 3f28c46

Browse files
chore: update gapic-generator-java to 0.0.18 (#788)
Committer: @miraleung PiperOrigin-RevId: 350949863 Source-Author: Google APIs <noreply@google.com> Source-Date: Sat Jan 9 14:01:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3 Source-Link: googleapis/googleapis@91e206b
1 parent d9c02c5 commit 3f28c46

13 files changed

+12
-18
lines changed

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
*
132132
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
133133
*/
134-
@BetaApi
135-
@Generated("by gapic-generator")
134+
@Generated("by gapic-generator-java")
136135
public class DatabaseAdminClient implements BackgroundResource {
137136
private final DatabaseAdminSettings settings;
138137
private final DatabaseAdminStub stub;

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*
6666
* <p>This class is for advanced usage and reflects the underlying API directly.
6767
*/
68-
@Generated("by gapic-generator")
68+
@Generated("by gapic-generator-java")
6969
public abstract class DatabaseAdminStub implements BackgroundResource {
7070

7171
public OperationsStub getOperationsStub() {

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
* DatabaseAdminStubSettings databaseAdminSettings = databaseAdminSettingsBuilder.build();
121121
* }</pre>
122122
*/
123-
@BetaApi
124123
@Generated("by gapic-generator-java")
125124
public class DatabaseAdminStubSettings extends StubSettings<DatabaseAdminStubSettings> {
126125
/** The default scopes of the service. */

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/GrpcDatabaseAdminCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* <p>This class is for advanced usage.
4343
*/
44-
@Generated("by gapic-generator")
44+
@Generated("by gapic-generator-java")
4545
public class GrpcDatabaseAdminCallableFactory implements GrpcStubCallableFactory {
4646

4747
@Override

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
*
132132
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
133133
*/
134-
@BetaApi
135-
@Generated("by gapic-generator")
134+
@Generated("by gapic-generator-java")
136135
public class InstanceAdminClient implements BackgroundResource {
137136
private final InstanceAdminSettings settings;
138137
private final InstanceAdminStub stub;

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/stub/GrpcInstanceAdminCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* <p>This class is for advanced usage.
4343
*/
44-
@Generated("by gapic-generator")
44+
@Generated("by gapic-generator-java")
4545
public class GrpcInstanceAdminCallableFactory implements GrpcStubCallableFactory {
4646

4747
@Override

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/stub/InstanceAdminStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*
5252
* <p>This class is for advanced usage and reflects the underlying API directly.
5353
*/
54-
@Generated("by gapic-generator")
54+
@Generated("by gapic-generator-java")
5555
public abstract class InstanceAdminStub implements BackgroundResource {
5656

5757
public OperationsStub getOperationsStub() {

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/stub/InstanceAdminStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
* InstanceAdminStubSettings instanceAdminSettings = instanceAdminSettingsBuilder.build();
107107
* }</pre>
108108
*/
109-
@BetaApi
110109
@Generated("by gapic-generator-java")
111110
public class InstanceAdminStubSettings extends StubSettings<InstanceAdminStubSettings> {
112111
/** The default scopes of the service. */

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/SpannerClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118
*
119119
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
120120
*/
121-
@BetaApi
122-
@Generated("by gapic-generator")
121+
@Generated("by gapic-generator-java")
123122
public class SpannerClient implements BackgroundResource {
124123
private final SpannerSettings settings;
125124
private final SpannerStub stub;

‎google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/stub/GrpcSpannerCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* <p>This class is for advanced usage.
4343
*/
44-
@Generated("by gapic-generator")
44+
@Generated("by gapic-generator-java")
4545
public class GrpcSpannerCallableFactory implements GrpcStubCallableFactory {
4646

4747
@Override

0 commit comments

Comments
 (0)