-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#88)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2
- Loading branch information
1 parent
ce2bc3c
commit 58b4598
Showing
42 changed files
with
1,566 additions
and
1,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
packages/google-cloud-scheduler/google/cloud/scheduler_v1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.scheduler_v1", | ||
"protoPackage": "google.cloud.scheduler.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"CloudScheduler": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CloudSchedulerClient", | ||
"rpcs": { | ||
"CreateJob": { | ||
"methods": [ | ||
"create_job" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"delete_job" | ||
] | ||
}, | ||
"GetJob": { | ||
"methods": [ | ||
"get_job" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"list_jobs" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pause_job" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resume_job" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"run_job" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"update_job" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "CloudSchedulerAsyncClient", | ||
"rpcs": { | ||
"CreateJob": { | ||
"methods": [ | ||
"create_job" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"delete_job" | ||
] | ||
}, | ||
"GetJob": { | ||
"methods": [ | ||
"get_job" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"list_jobs" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pause_job" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resume_job" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"run_job" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"update_job" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.