Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): Add Multi-networking API #8270

Merged
merged 10 commits into from
Jul 18, 2023
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
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"
]
}
}
}
}
}
}
}
Loading