-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(container): Add Multi-networking API (#8270)
- [ ] Regenerate this pull request now. feat: Add policy_name to PlacementPolicy message within a node pool PiperOrigin-RevId: 549032622 Source-Link: https://togithub.com/googleapis/googleapis/commit/fded3eac4225dcf7b6822427f84b76cfd1d1e7e6 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/cc7294ada305825117edfbe28366feb50e329410 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2M3Mjk0YWRhMzA1ODI1MTE3ZWRmYmUyODM2NmZlYjUwZTMyOTQxMCJ9 BEGIN_NESTED_COMMIT feat(cloudtasks): increase timeout of RPC methods to 20s for v2 feat: add YAML config for GetLocation and ListLocation for v2 feat: add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2 feat: set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2 feat: add BufferTask RPC method for CloudTasks service for v2beta3 feat: add YAML config for GetLocation and ListLocations for v2beta3 PiperOrigin-RevId: 548738528 Source-Link: https://togithub.com/googleapis/googleapis/commit/4d98ffc3d7432895ee2ec90ea720e69b17f5a60b Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/183d6bc4ee3c1890b1d24f9dc855041f497d5d5b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTgzZDZiYzRlZTNjMTg5MGIxZDI0ZjlkYzg1NTA0MWY0OTdkNWQ1YiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(documentai): removed id field from Document message feat: added http configuration and document publishing for v1beta2 feat: added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs for v1beta3 PiperOrigin-RevId: 548236986 Source-Link: https://togithub.com/googleapis/googleapis/commit/237b3c1ff2d951fd34f45a7b62d1ca5f31305fd7 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/29f701c9f344e196fbb81a81e65f90ddba5a06f3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjlmNzAxYzlmMzQ0ZTE5NmZiYjgxYTgxZTY1ZjkwZGRiYTVhMDZmMyJ9 END_NESTED_COMMIT
- Loading branch information
1 parent
c401ab4
commit 4a5651c
Showing
51 changed files
with
19,013 additions
and
9,339 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,203 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.", | ||
"language": "go", | ||
"protoPackage": "google.cloud.tasks.v2", | ||
"libraryPackage": "cloud.google.com/go/cloudtasks/apiv2", | ||
"services": { | ||
"CloudTasks": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "Client", | ||
"rpcs": { | ||
"CreateQueue": { | ||
"methods": [ | ||
"CreateQueue" | ||
] | ||
}, | ||
"CreateTask": { | ||
"methods": [ | ||
"CreateTask" | ||
] | ||
}, | ||
"DeleteQueue": { | ||
"methods": [ | ||
"DeleteQueue" | ||
] | ||
}, | ||
"DeleteTask": { | ||
"methods": [ | ||
"DeleteTask" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"GetIamPolicy" | ||
] | ||
}, | ||
"GetLocation": { | ||
"methods": [ | ||
"GetLocation" | ||
] | ||
}, | ||
"GetQueue": { | ||
"methods": [ | ||
"GetQueue" | ||
] | ||
}, | ||
"GetTask": { | ||
"methods": [ | ||
"GetTask" | ||
] | ||
}, | ||
"ListLocations": { | ||
"methods": [ | ||
"ListLocations" | ||
] | ||
}, | ||
"ListQueues": { | ||
"methods": [ | ||
"ListQueues" | ||
] | ||
}, | ||
"ListTasks": { | ||
"methods": [ | ||
"ListTasks" | ||
] | ||
}, | ||
"PauseQueue": { | ||
"methods": [ | ||
"PauseQueue" | ||
] | ||
}, | ||
"PurgeQueue": { | ||
"methods": [ | ||
"PurgeQueue" | ||
] | ||
}, | ||
"ResumeQueue": { | ||
"methods": [ | ||
"ResumeQueue" | ||
] | ||
}, | ||
"RunTask": { | ||
"methods": [ | ||
"RunTask" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"SetIamPolicy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"TestIamPermissions" | ||
] | ||
}, | ||
"UpdateQueue": { | ||
"methods": [ | ||
"UpdateQueue" | ||
] | ||
} | ||
} | ||
}, | ||
"rest": { | ||
"libraryClient": "Client", | ||
"rpcs": { | ||
"CreateQueue": { | ||
"methods": [ | ||
"CreateQueue" | ||
] | ||
}, | ||
"CreateTask": { | ||
"methods": [ | ||
"CreateTask" | ||
] | ||
}, | ||
"DeleteQueue": { | ||
"methods": [ | ||
"DeleteQueue" | ||
] | ||
}, | ||
"DeleteTask": { | ||
"methods": [ | ||
"DeleteTask" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"GetIamPolicy" | ||
] | ||
}, | ||
"GetLocation": { | ||
"methods": [ | ||
"GetLocation" | ||
] | ||
}, | ||
"GetQueue": { | ||
"methods": [ | ||
"GetQueue" | ||
] | ||
}, | ||
"GetTask": { | ||
"methods": [ | ||
"GetTask" | ||
] | ||
}, | ||
"ListLocations": { | ||
"methods": [ | ||
"ListLocations" | ||
] | ||
}, | ||
"ListQueues": { | ||
"methods": [ | ||
"ListQueues" | ||
] | ||
}, | ||
"ListTasks": { | ||
"methods": [ | ||
"ListTasks" | ||
] | ||
}, | ||
"PauseQueue": { | ||
"methods": [ | ||
"PauseQueue" | ||
] | ||
}, | ||
"PurgeQueue": { | ||
"methods": [ | ||
"PurgeQueue" | ||
] | ||
}, | ||
"ResumeQueue": { | ||
"methods": [ | ||
"ResumeQueue" | ||
] | ||
}, | ||
"RunTask": { | ||
"methods": [ | ||
"RunTask" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"SetIamPolicy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"TestIamPermissions" | ||
] | ||
}, | ||
"UpdateQueue": { | ||
"methods": [ | ||
"UpdateQueue" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.