Skip to content

Commit

Permalink
feat(container): Add Multi-networking API (#8270)
Browse files Browse the repository at this point in the history
- [ ] 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
gcf-owl-bot[bot] committed Jul 18, 2023
1 parent c401ab4 commit 4a5651c
Show file tree
Hide file tree
Showing 51 changed files with 19,013 additions and 9,339 deletions.
468 changes: 379 additions & 89 deletions cloudtasks/apiv2/cloud_tasks_client.go

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions cloudtasks/apiv2/cloud_tasks_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

253 changes: 138 additions & 115 deletions cloudtasks/apiv2/cloudtaskspb/cloudtasks.pb.go

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions cloudtasks/apiv2/cloudtaskspb/queue.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 13 additions & 15 deletions cloudtasks/apiv2/cloudtaskspb/target.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions cloudtasks/apiv2/cloudtaskspb/task.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

203 changes: 203 additions & 0 deletions cloudtasks/apiv2/gapic_metadata.json
@@ -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"
]
}
}
}
}
}
}
}

0 comments on commit 4a5651c

Please sign in to comment.