Skip to content

Commit

Permalink
chore: update gapic-generator-java to 0.0.18 (#788)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Jan 11, 2021
1 parent d9c02c5 commit 3f28c46
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 18 deletions.
Expand Up @@ -131,8 +131,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class DatabaseAdminClient implements BackgroundResource {
private final DatabaseAdminSettings settings;
private final DatabaseAdminStub stub;
Expand Down
Expand Up @@ -65,7 +65,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public abstract class DatabaseAdminStub implements BackgroundResource {

public OperationsStub getOperationsStub() {
Expand Down
Expand Up @@ -120,7 +120,6 @@
* DatabaseAdminStubSettings databaseAdminSettings = databaseAdminSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class DatabaseAdminStubSettings extends StubSettings<DatabaseAdminStubSettings> {
/** The default scopes of the service. */
Expand Down
Expand Up @@ -41,7 +41,7 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class GrpcDatabaseAdminCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -131,8 +131,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class InstanceAdminClient implements BackgroundResource {
private final InstanceAdminSettings settings;
private final InstanceAdminStub stub;
Expand Down
Expand Up @@ -41,7 +41,7 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class GrpcInstanceAdminCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -51,7 +51,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public abstract class InstanceAdminStub implements BackgroundResource {

public OperationsStub getOperationsStub() {
Expand Down
Expand Up @@ -106,7 +106,6 @@
* InstanceAdminStubSettings instanceAdminSettings = instanceAdminSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class InstanceAdminStubSettings extends StubSettings<InstanceAdminStubSettings> {
/** The default scopes of the service. */
Expand Down
Expand Up @@ -118,8 +118,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class SpannerClient implements BackgroundResource {
private final SpannerSettings settings;
private final SpannerStub stub;
Expand Down
Expand Up @@ -41,7 +41,7 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class GrpcSpannerCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -52,7 +52,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public abstract class SpannerStub implements BackgroundResource {

public UnaryCallable<CreateSessionRequest, Session> createSessionCallable() {
Expand Down
Expand Up @@ -104,7 +104,6 @@
* SpannerStubSettings spannerSettings = spannerSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class SpannerStubSettings extends StubSettings<SpannerStubSettings> {
/** The default scopes of the service. */
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "90ad9d614bc1950f46d148930e06bde93aeb2098"
"sha": "15052653993a3924037b2c4ba27e04f553493885"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 3f28c46

Please sign in to comment.