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

Commit

Permalink
chore: release gapic-generator-java v0.0.21 with gapic_metadata.json …
Browse files Browse the repository at this point in the history
…support (#194)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/bc4407d7-80ed-4ebf-9617-ee3d61497796/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 358516065
Source-Link: googleapis/googleapis@af8f71d
  • Loading branch information
yoshi-automation committed Feb 22, 2021
1 parent 098dbaa commit 7fa1421
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
@@ -0,0 +1,33 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.workflows.v1beta",
"libraryPackage": "com.google.cloud.workflows.v1beta",
"services": {
"Workflows": {
"clients": {
"grpc": {
"libraryClient": "WorkflowsClient",
"rpcs": {
"CreateWorkflow": {
"methods": ["createWorkflowAsync", "createWorkflowAsync", "createWorkflowAsync", "createWorkflowOperationCallable", "createWorkflowCallable"]
},
"DeleteWorkflow": {
"methods": ["deleteWorkflowAsync", "deleteWorkflowAsync", "deleteWorkflowAsync", "deleteWorkflowOperationCallable", "deleteWorkflowCallable"]
},
"GetWorkflow": {
"methods": ["getWorkflow", "getWorkflow", "getWorkflow", "getWorkflowCallable"]
},
"ListWorkflows": {
"methods": ["listWorkflows", "listWorkflows", "listWorkflows", "listWorkflowsPagedCallable", "listWorkflowsCallable"]
},
"UpdateWorkflow": {
"methods": ["updateWorkflowAsync", "updateWorkflowAsync", "updateWorkflowOperationCallable", "updateWorkflowCallable"]
}
}
}
}
}
}
}
7 changes: 4 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "007b9f43d3e524ba855fab83670bd149d472a5a3"
"sha": "098dbaaec94fe7fd9f0ea8c4a46c953a4dff2d70"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -103,6 +103,7 @@
"codecov.yaml",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/WorkflowsClient.java",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/WorkflowsSettings.java",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/gapic_metadata.json",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/package-info.java",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/stub/GrpcWorkflowsCallableFactory.java",
"google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/stub/GrpcWorkflowsStub.java",
Expand Down

0 comments on commit 7fa1421

Please sign in to comment.