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 (#449)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e5992695-88a9-4609-86b6-ea846bbdb6ce/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 db549f9 commit 24f88a0
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 5 deletions.
@@ -0,0 +1,120 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.dataproc.v1",
"libraryPackage": "com.google.cloud.dataproc.v1",
"services": {
"AutoscalingPolicyService": {
"clients": {
"grpc": {
"libraryClient": "AutoscalingPolicyServiceClient",
"rpcs": {
"CreateAutoscalingPolicy": {
"methods": ["createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicyCallable"]
},
"DeleteAutoscalingPolicy": {
"methods": ["deleteAutoscalingPolicy", "deleteAutoscalingPolicy", "deleteAutoscalingPolicy", "deleteAutoscalingPolicyCallable"]
},
"GetAutoscalingPolicy": {
"methods": ["getAutoscalingPolicy", "getAutoscalingPolicy", "getAutoscalingPolicy", "getAutoscalingPolicyCallable"]
},
"ListAutoscalingPolicies": {
"methods": ["listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPoliciesPagedCallable", "listAutoscalingPoliciesCallable"]
},
"UpdateAutoscalingPolicy": {
"methods": ["updateAutoscalingPolicy", "updateAutoscalingPolicy", "updateAutoscalingPolicyCallable"]
}
}
}
}
},
"ClusterController": {
"clients": {
"grpc": {
"libraryClient": "ClusterControllerClient",
"rpcs": {
"CreateCluster": {
"methods": ["createClusterAsync", "createClusterAsync", "createClusterOperationCallable", "createClusterCallable"]
},
"DeleteCluster": {
"methods": ["deleteClusterAsync", "deleteClusterAsync", "deleteClusterOperationCallable", "deleteClusterCallable"]
},
"DiagnoseCluster": {
"methods": ["diagnoseClusterAsync", "diagnoseClusterAsync", "diagnoseClusterOperationCallable", "diagnoseClusterCallable"]
},
"GetCluster": {
"methods": ["getCluster", "getCluster", "getClusterCallable"]
},
"ListClusters": {
"methods": ["listClusters", "listClusters", "listClusters", "listClustersPagedCallable", "listClustersCallable"]
},
"UpdateCluster": {
"methods": ["updateClusterAsync", "updateClusterAsync", "updateClusterOperationCallable", "updateClusterCallable"]
}
}
}
}
},
"JobController": {
"clients": {
"grpc": {
"libraryClient": "JobControllerClient",
"rpcs": {
"CancelJob": {
"methods": ["cancelJob", "cancelJob", "cancelJobCallable"]
},
"DeleteJob": {
"methods": ["deleteJob", "deleteJob", "deleteJobCallable"]
},
"GetJob": {
"methods": ["getJob", "getJob", "getJobCallable"]
},
"ListJobs": {
"methods": ["listJobs", "listJobs", "listJobs", "listJobsPagedCallable", "listJobsCallable"]
},
"SubmitJob": {
"methods": ["submitJob", "submitJob", "submitJobCallable"]
},
"SubmitJobAsOperation": {
"methods": ["submitJobAsOperationAsync", "submitJobAsOperationAsync", "submitJobAsOperationOperationCallable", "submitJobAsOperationCallable"]
},
"UpdateJob": {
"methods": ["updateJob", "updateJobCallable"]
}
}
}
}
},
"WorkflowTemplateService": {
"clients": {
"grpc": {
"libraryClient": "WorkflowTemplateServiceClient",
"rpcs": {
"CreateWorkflowTemplate": {
"methods": ["createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplateCallable"]
},
"DeleteWorkflowTemplate": {
"methods": ["deleteWorkflowTemplate", "deleteWorkflowTemplate", "deleteWorkflowTemplate", "deleteWorkflowTemplateCallable"]
},
"GetWorkflowTemplate": {
"methods": ["getWorkflowTemplate", "getWorkflowTemplate", "getWorkflowTemplate", "getWorkflowTemplateCallable"]
},
"InstantiateInlineWorkflowTemplate": {
"methods": ["instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateOperationCallable", "instantiateInlineWorkflowTemplateCallable"]
},
"InstantiateWorkflowTemplate": {
"methods": ["instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateOperationCallable", "instantiateWorkflowTemplateCallable"]
},
"ListWorkflowTemplates": {
"methods": ["listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplatesPagedCallable", "listWorkflowTemplatesCallable"]
},
"UpdateWorkflowTemplate": {
"methods": ["updateWorkflowTemplate", "updateWorkflowTemplate", "updateWorkflowTemplateCallable"]
}
}
}
}
}
}
}
@@ -0,0 +1,120 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.dataproc.v1beta2",
"libraryPackage": "com.google.cloud.dataproc.v1beta2",
"services": {
"AutoscalingPolicyService": {
"clients": {
"grpc": {
"libraryClient": "AutoscalingPolicyServiceClient",
"rpcs": {
"CreateAutoscalingPolicy": {
"methods": ["createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicy", "createAutoscalingPolicyCallable"]
},
"DeleteAutoscalingPolicy": {
"methods": ["deleteAutoscalingPolicy", "deleteAutoscalingPolicy", "deleteAutoscalingPolicy", "deleteAutoscalingPolicyCallable"]
},
"GetAutoscalingPolicy": {
"methods": ["getAutoscalingPolicy", "getAutoscalingPolicy", "getAutoscalingPolicy", "getAutoscalingPolicyCallable"]
},
"ListAutoscalingPolicies": {
"methods": ["listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPolicies", "listAutoscalingPoliciesPagedCallable", "listAutoscalingPoliciesCallable"]
},
"UpdateAutoscalingPolicy": {
"methods": ["updateAutoscalingPolicy", "updateAutoscalingPolicy", "updateAutoscalingPolicyCallable"]
}
}
}
}
},
"ClusterController": {
"clients": {
"grpc": {
"libraryClient": "ClusterControllerClient",
"rpcs": {
"CreateCluster": {
"methods": ["createClusterAsync", "createClusterAsync", "createClusterOperationCallable", "createClusterCallable"]
},
"DeleteCluster": {
"methods": ["deleteClusterAsync", "deleteClusterAsync", "deleteClusterOperationCallable", "deleteClusterCallable"]
},
"DiagnoseCluster": {
"methods": ["diagnoseClusterAsync", "diagnoseClusterAsync", "diagnoseClusterOperationCallable", "diagnoseClusterCallable"]
},
"GetCluster": {
"methods": ["getCluster", "getCluster", "getClusterCallable"]
},
"ListClusters": {
"methods": ["listClusters", "listClusters", "listClusters", "listClustersPagedCallable", "listClustersCallable"]
},
"UpdateCluster": {
"methods": ["updateClusterAsync", "updateClusterAsync", "updateClusterOperationCallable", "updateClusterCallable"]
}
}
}
}
},
"JobController": {
"clients": {
"grpc": {
"libraryClient": "JobControllerClient",
"rpcs": {
"CancelJob": {
"methods": ["cancelJob", "cancelJob", "cancelJobCallable"]
},
"DeleteJob": {
"methods": ["deleteJob", "deleteJob", "deleteJobCallable"]
},
"GetJob": {
"methods": ["getJob", "getJob", "getJobCallable"]
},
"ListJobs": {
"methods": ["listJobs", "listJobs", "listJobs", "listJobsPagedCallable", "listJobsCallable"]
},
"SubmitJob": {
"methods": ["submitJob", "submitJob", "submitJobCallable"]
},
"SubmitJobAsOperation": {
"methods": ["submitJobAsOperationAsync", "submitJobAsOperationAsync", "submitJobAsOperationOperationCallable", "submitJobAsOperationCallable"]
},
"UpdateJob": {
"methods": ["updateJob", "updateJobCallable"]
}
}
}
}
},
"WorkflowTemplateService": {
"clients": {
"grpc": {
"libraryClient": "WorkflowTemplateServiceClient",
"rpcs": {
"CreateWorkflowTemplate": {
"methods": ["createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplate", "createWorkflowTemplateCallable"]
},
"DeleteWorkflowTemplate": {
"methods": ["deleteWorkflowTemplate", "deleteWorkflowTemplate", "deleteWorkflowTemplate", "deleteWorkflowTemplateCallable"]
},
"GetWorkflowTemplate": {
"methods": ["getWorkflowTemplate", "getWorkflowTemplate", "getWorkflowTemplate", "getWorkflowTemplateCallable"]
},
"InstantiateInlineWorkflowTemplate": {
"methods": ["instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateAsync", "instantiateInlineWorkflowTemplateOperationCallable", "instantiateInlineWorkflowTemplateCallable"]
},
"InstantiateWorkflowTemplate": {
"methods": ["instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateAsync", "instantiateWorkflowTemplateOperationCallable", "instantiateWorkflowTemplateCallable"]
},
"ListWorkflowTemplates": {
"methods": ["listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplates", "listWorkflowTemplatesPagedCallable", "listWorkflowTemplatesCallable"]
},
"UpdateWorkflowTemplate": {
"methods": ["updateWorkflowTemplate", "updateWorkflowTemplate", "updateWorkflowTemplateCallable"]
}
}
}
}
}
}
}
12 changes: 7 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dataproc.git",
"sha": "2bad63f51169e72bd4720e260613012e6c66e8af"
"sha": "db549f9a231eca393c0c1bfda8f004be8e0f7cd9"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -126,6 +126,7 @@
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/JobControllerSettings.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/WorkflowTemplateServiceClient.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/WorkflowTemplateServiceSettings.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/gapic_metadata.json",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/package-info.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/AutoscalingPolicyServiceStub.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/AutoscalingPolicyServiceStubSettings.java",
Expand All @@ -151,6 +152,7 @@
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/JobControllerSettings.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/WorkflowTemplateServiceClient.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/WorkflowTemplateServiceSettings.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/gapic_metadata.json",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/package-info.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/stub/AutoscalingPolicyServiceStub.java",
"google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/stub/AutoscalingPolicyServiceStubSettings.java",
Expand Down

0 comments on commit 24f88a0

Please sign in to comment.