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

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/ea0b6d57-861c-49fb-bb53-2578058590eb/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 6668625 commit a938285
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 3 deletions.
@@ -0,0 +1,42 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.scheduler.v1",
"libraryPackage": "com.google.cloud.scheduler.v1",
"services": {
"CloudScheduler": {
"clients": {
"grpc": {
"libraryClient": "CloudSchedulerClient",
"rpcs": {
"CreateJob": {
"methods": ["createJob", "createJob", "createJob", "createJobCallable"]
},
"DeleteJob": {
"methods": ["deleteJob", "deleteJob", "deleteJob", "deleteJobCallable"]
},
"GetJob": {
"methods": ["getJob", "getJob", "getJob", "getJobCallable"]
},
"ListJobs": {
"methods": ["listJobs", "listJobs", "listJobs", "listJobsPagedCallable", "listJobsCallable"]
},
"PauseJob": {
"methods": ["pauseJob", "pauseJob", "pauseJob", "pauseJobCallable"]
},
"ResumeJob": {
"methods": ["resumeJob", "resumeJob", "resumeJob", "resumeJobCallable"]
},
"RunJob": {
"methods": ["runJob", "runJob", "runJob", "runJobCallable"]
},
"UpdateJob": {
"methods": ["updateJob", "updateJob", "updateJobCallable"]
}
}
}
}
}
}
}
@@ -0,0 +1,42 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.scheduler.v1beta1",
"libraryPackage": "com.google.cloud.scheduler.v1beta1",
"services": {
"CloudScheduler": {
"clients": {
"grpc": {
"libraryClient": "CloudSchedulerClient",
"rpcs": {
"CreateJob": {
"methods": ["createJob", "createJob", "createJob", "createJobCallable"]
},
"DeleteJob": {
"methods": ["deleteJob", "deleteJob", "deleteJob", "deleteJobCallable"]
},
"GetJob": {
"methods": ["getJob", "getJob", "getJob", "getJobCallable"]
},
"ListJobs": {
"methods": ["listJobs", "listJobs", "listJobs", "listJobsPagedCallable", "listJobsCallable"]
},
"PauseJob": {
"methods": ["pauseJob", "pauseJob", "pauseJob", "pauseJobCallable"]
},
"ResumeJob": {
"methods": ["resumeJob", "resumeJob", "resumeJob", "resumeJobCallable"]
},
"RunJob": {
"methods": ["runJob", "runJob", "runJob", "runJobCallable"]
},
"UpdateJob": {
"methods": ["updateJob", "updateJob", "updateJobCallable"]
}
}
}
}
}
}
}
8 changes: 5 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-scheduler.git",
"sha": "5100ca6ef6b9234d206d842568dc122f8ae9aeb8"
"sha": "666862546a26fe0d3c593bc5520977f8b435bb8d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -112,13 +112,15 @@
"codecov.yaml",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/CloudSchedulerClient.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/CloudSchedulerSettings.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/gapic_metadata.json",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/package-info.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/stub/CloudSchedulerStub.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/stub/CloudSchedulerStubSettings.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/stub/GrpcCloudSchedulerCallableFactory.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/stub/GrpcCloudSchedulerStub.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerClient.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerSettings.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/gapic_metadata.json",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/package-info.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/stub/CloudSchedulerStub.java",
"google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/stub/CloudSchedulerStubSettings.java",
Expand Down

0 comments on commit a938285

Please sign in to comment.