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.9 (#258)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 346372957

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Dec 8 11:37:30 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 857f70daef9f4c38f042fb3dfb7b8423ae18fd19
Source-Link: googleapis/googleapis@857f70d
  • Loading branch information
yoshi-automation committed Dec 9, 2020
1 parent d884241 commit 0fad6d2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 15 deletions.
Expand Up @@ -153,7 +153,7 @@ public ConnectionServiceStub getStub() {
* @param parent Required. Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param connection Required. Connection to create.
* @param connection_id Optional. Connection id that should be assigned to the created connection.
* @param connectionId Optional. Connection id that should be assigned to the created connection.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.Connection createConnection(
Expand All @@ -174,7 +174,7 @@ public final ConnectionProto.Connection createConnection(
* @param parent Required. Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param connection Required. Connection to create.
* @param connection_id Optional. Connection id that should be assigned to the created connection.
* @param connectionId Optional. Connection id that should be assigned to the created connection.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.Connection createConnection(
Expand Down Expand Up @@ -270,7 +270,7 @@ public final ConnectionProto.Connection getConnection(
*
* @param parent Required. Parent resource name. Must be in the form:
* `projects/{project_id}/locations/{location_id}`
* @param max_results Required. Maximum number of results per page.
* @param maxResults Required. Maximum number of results per page.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.ListConnectionsResponse listConnections(
Expand All @@ -289,7 +289,7 @@ public final ConnectionProto.ListConnectionsResponse listConnections(
*
* @param parent Required. Parent resource name. Must be in the form:
* `projects/{project_id}/locations/{location_id}`
* @param max_results Required. Maximum number of results per page.
* @param maxResults Required. Maximum number of results per page.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.ListConnectionsResponse listConnections(
Expand Down Expand Up @@ -334,7 +334,7 @@ public final ConnectionProto.ListConnectionsResponse listConnections(
* @param name Required. Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param connection Required. Connection containing the updated fields.
* @param update_mask Required. Update mask for the connection fields to be updated.
* @param updateMask Required. Update mask for the connection fields to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.Connection updateConnection(
Expand All @@ -356,7 +356,7 @@ public final ConnectionProto.Connection updateConnection(
* @param name Required. Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param connection Required. Connection containing the updated fields.
* @param update_mask Required. Update mask for the connection fields to be updated.
* @param updateMask Required. Update mask for the connection fields to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ConnectionProto.Connection updateConnection(
Expand Down
Expand Up @@ -201,11 +201,21 @@ public static final GrpcConnectionServiceStub create(
ConnectionServiceStubSettings.newBuilder().build(), clientContext, callableFactory);
}

/**
* Constructs an instance of GrpcConnectionServiceStub, using the given settings. This is
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
* should be preferred.
*/
protected GrpcConnectionServiceStub(
ConnectionServiceStubSettings settings, ClientContext clientContext) throws IOException {
this(settings, clientContext, new GrpcConnectionServiceCallableFactory());
}

/**
* Constructs an instance of GrpcConnectionServiceStub, using the given settings. This is
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
* should be preferred.
*/
protected GrpcConnectionServiceStub(
ConnectionServiceStubSettings settings,
ClientContext clientContext,
Expand Down
Expand Up @@ -169,7 +169,7 @@ public ConnectionServiceStub getStub() {
* @param parent Required. Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param connection Required. Connection to create.
* @param connection_id Optional. Connection id that should be assigned to the created connection.
* @param connectionId Optional. Connection id that should be assigned to the created connection.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Connection createConnection(
Expand All @@ -190,7 +190,7 @@ public final Connection createConnection(
* @param parent Required. Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param connection Required. Connection to create.
* @param connection_id Optional. Connection id that should be assigned to the created connection.
* @param connectionId Optional. Connection id that should be assigned to the created connection.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Connection createConnection(
Expand Down Expand Up @@ -343,7 +343,7 @@ public final ListConnectionsPagedResponse listConnections(ListConnectionsRequest
* @param name Required. Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param connection Required. Connection containing the updated fields.
* @param update_mask Required. Update mask for the connection fields to be updated.
* @param updateMask Required. Update mask for the connection fields to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Connection updateConnection(
Expand All @@ -365,7 +365,7 @@ public final Connection updateConnection(
* @param name Required. Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param connection Required. Connection containing the updated fields.
* @param update_mask Required. Update mask for the connection fields to be updated.
* @param updateMask Required. Update mask for the connection fields to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Connection updateConnection(
Expand Down
Expand Up @@ -173,11 +173,21 @@ public static final GrpcConnectionServiceStub create(
ConnectionServiceStubSettings.newBuilder().build(), clientContext, callableFactory);
}

/**
* Constructs an instance of GrpcConnectionServiceStub, using the given settings. This is
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
* should be preferred.
*/
protected GrpcConnectionServiceStub(
ConnectionServiceStubSettings settings, ClientContext clientContext) throws IOException {
this(settings, clientContext, new GrpcConnectionServiceCallableFactory());
}

/**
* Constructs an instance of GrpcConnectionServiceStub, using the given settings. This is
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
* should be preferred.
*/
protected GrpcConnectionServiceStub(
ConnectionServiceStubSettings settings,
ClientContext clientContext,
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": "4a38ad2c90f2dcb6eb9a3695f4eaf2883a622f82"
"sha": "d8842418071fc1d9b086ce3712e13e6853273195"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b8b2f8c288cec1f673bf10aa5008819c1576bf2e",
"internalRef": "346126713"
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b8b2f8c288cec1f673bf10aa5008819c1576bf2e",
"internalRef": "346126713"
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
}
},
{
Expand Down

0 comments on commit 0fad6d2

Please sign in to comment.