Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
chore: update gapic-generator-java to 0.0.18
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 9, 2021
1 parent bd3c91e commit 9057403
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 13 deletions.
Expand Up @@ -93,7 +93,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 ConnectionServiceClient implements BackgroundResource {
private final ConnectionServiceSettings settings;
private final ConnectionServiceStub stub;
Expand Down
Expand Up @@ -70,6 +70,7 @@
* ConnectionServiceSettings connectionServiceSettings = connectionServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class ConnectionServiceSettings extends ClientSettings<ConnectionServiceSettings> {

Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.bigquery.connection.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.bigquery.connection.v1beta1.ConnectionProto;
Expand All @@ -33,7 +34,8 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ConnectionServiceStub implements BackgroundResource {

public UnaryCallable<ConnectionProto.CreateConnectionRequest, ConnectionProto.Connection>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.bigquery.connection.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcConnectionServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.bigquery.connection.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -45,6 +46,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcConnectionServiceStub extends ConnectionServiceStub {
private static final MethodDescriptor<
Expand Down
Expand Up @@ -108,8 +108,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 ConnectionServiceClient implements BackgroundResource {
private final ConnectionServiceSettings settings;
private final ConnectionServiceStub stub;
Expand Down
Expand Up @@ -41,7 +41,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 ConnectionServiceStub implements BackgroundResource {

public UnaryCallable<CreateConnectionRequest, Connection> createConnectionCallable() {
Expand Down
Expand Up @@ -96,7 +96,6 @@
* connectionServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class ConnectionServiceStubSettings extends StubSettings<ConnectionServiceStubSettings> {
/** 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 GrpcConnectionServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
"sha": "8bab650197909dfafe1b5d02d83bddad9d3eda42"
"sha": "bd3c91e3fbb458a355295042ca2b700970bac1d4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 9057403

Please sign in to comment.