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

Commit

Permalink
chore: update gapic-generator-java to 0.0.9 (#163)
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 14, 2020
1 parent b764aa1 commit afefee7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Expand Up @@ -275,7 +275,7 @@ public final UnaryCallable<GetWorkflowRequest, Workflow> getWorkflowCallable() {
* @param parent Required. Project and location in which the workflow should be created. Format:
* projects/{project}/locations/{location}
* @param workflow Required. Workflow to be created.
* @param workflow_id Required. The ID of the workflow to be created. It has to fulfill the
* @param workflowId Required. The ID of the workflow to be created. It has to fulfill the
* following requirements:
* <ul>
* <li>Must contain only letters, numbers, underscores and hyphens.
Expand Down Expand Up @@ -307,7 +307,7 @@ public final OperationFuture<Workflow, OperationMetadata> createWorkflowAsync(
* @param parent Required. Project and location in which the workflow should be created. Format:
* projects/{project}/locations/{location}
* @param workflow Required. Workflow to be created.
* @param workflow_id Required. The ID of the workflow to be created. It has to fulfill the
* @param workflowId Required. The ID of the workflow to be created. It has to fulfill the
* following requirements:
* <ul>
* <li>Must contain only letters, numbers, underscores and hyphens.
Expand Down Expand Up @@ -441,7 +441,7 @@ public final UnaryCallable<DeleteWorkflowRequest, Operation> deleteWorkflowCalla
* update operation. In that case, such revision will be used in new workflow executions.
*
* @param workflow Required. Workflow to be updated.
* @param update_mask List of fields to be updated. If not present, the entire workflow will be
* @param updateMask List of fields to be updated. If not present, the entire workflow will be
* updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down
Expand Up @@ -134,11 +134,21 @@ public static final GrpcWorkflowsStub create(
WorkflowsStubSettings.newBuilder().build(), clientContext, callableFactory);
}

/**
* Constructs an instance of GrpcWorkflowsStub, 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 GrpcWorkflowsStub(WorkflowsStubSettings settings, ClientContext clientContext)
throws IOException {
this(settings, clientContext, new GrpcWorkflowsCallableFactory());
}

/**
* Constructs an instance of GrpcWorkflowsStub, 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 GrpcWorkflowsStub(
WorkflowsStubSettings settings,
ClientContext clientContext,
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "fb325248049da0109eb142107e91e0ae2b8ee39e"
"sha": "b764aa1adf80388c8c3672954c5d1a2852f398ab"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b8b2f8c288cec1f673bf10aa5008819c1576bf2e",
"internalRef": "346126713"
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
}
},
{
Expand Down

0 comments on commit afefee7

Please sign in to comment.