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

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/25e28fcf-79fe-4e64-8b05-9890b0d1148d/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 fc13336 commit 6ed0e6a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.osconfig.v1",
"libraryPackage": "com.google.cloud.osconfig.v1",
"services": {
"OsConfigService": {
"clients": {
"grpc": {
"libraryClient": "OsConfigServiceClient",
"rpcs": {
"CancelPatchJob": {
"methods": ["cancelPatchJob", "cancelPatchJobCallable"]
},
"CreatePatchDeployment": {
"methods": ["createPatchDeployment", "createPatchDeployment", "createPatchDeployment", "createPatchDeploymentCallable"]
},
"DeletePatchDeployment": {
"methods": ["deletePatchDeployment", "deletePatchDeployment", "deletePatchDeployment", "deletePatchDeploymentCallable"]
},
"ExecutePatchJob": {
"methods": ["executePatchJob", "executePatchJobCallable"]
},
"GetPatchDeployment": {
"methods": ["getPatchDeployment", "getPatchDeployment", "getPatchDeployment", "getPatchDeploymentCallable"]
},
"GetPatchJob": {
"methods": ["getPatchJob", "getPatchJob", "getPatchJob", "getPatchJobCallable"]
},
"ListPatchDeployments": {
"methods": ["listPatchDeployments", "listPatchDeployments", "listPatchDeployments", "listPatchDeploymentsPagedCallable", "listPatchDeploymentsCallable"]
},
"ListPatchJobInstanceDetails": {
"methods": ["listPatchJobInstanceDetails", "listPatchJobInstanceDetails", "listPatchJobInstanceDetails", "listPatchJobInstanceDetailsPagedCallable", "listPatchJobInstanceDetailsCallable"]
},
"ListPatchJobs": {
"methods": ["listPatchJobs", "listPatchJobs", "listPatchJobs", "listPatchJobsPagedCallable", "listPatchJobsCallable"]
}
}
}
}
}
}
}
7 changes: 4 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-os-config.git",
"sha": "ea21f2cfab56f5171c5eddb02793293cd61e0472"
"sha": "fc13336c9a498a781b6dfe596b7301cacc936224"
}
},
{
"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-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceClient.java",
"google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceSettings.java",
"google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/gapic_metadata.json",
"google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/package-info.java",
"google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/GrpcOsConfigServiceCallableFactory.java",
"google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/GrpcOsConfigServiceStub.java",
Expand Down

0 comments on commit 6ed0e6a

Please sign in to comment.