Skip to content

Commit 4a5651c

Browse files
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
1 parent c401ab4 commit 4a5651c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+19013
-9339
lines changed

cloudtasks/apiv2/cloud_tasks_client.go

+379-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/cloud_tasks_client_example_test.go

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/cloudtaskspb/cloudtasks.pb.go

+138-115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/cloudtaskspb/queue.pb.go

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/cloudtaskspb/target.pb.go

+13-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/cloudtaskspb/task.pb.go

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/apiv2/gapic_metadata.json

+203
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4+
"language": "go",
5+
"protoPackage": "google.cloud.tasks.v2",
6+
"libraryPackage": "cloud.google.com/go/cloudtasks/apiv2",
7+
"services": {
8+
"CloudTasks": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "Client",
12+
"rpcs": {
13+
"CreateQueue": {
14+
"methods": [
15+
"CreateQueue"
16+
]
17+
},
18+
"CreateTask": {
19+
"methods": [
20+
"CreateTask"
21+
]
22+
},
23+
"DeleteQueue": {
24+
"methods": [
25+
"DeleteQueue"
26+
]
27+
},
28+
"DeleteTask": {
29+
"methods": [
30+
"DeleteTask"
31+
]
32+
},
33+
"GetIamPolicy": {
34+
"methods": [
35+
"GetIamPolicy"
36+
]
37+
},
38+
"GetLocation": {
39+
"methods": [
40+
"GetLocation"
41+
]
42+
},
43+
"GetQueue": {
44+
"methods": [
45+
"GetQueue"
46+
]
47+
},
48+
"GetTask": {
49+
"methods": [
50+
"GetTask"
51+
]
52+
},
53+
"ListLocations": {
54+
"methods": [
55+
"ListLocations"
56+
]
57+
},
58+
"ListQueues": {
59+
"methods": [
60+
"ListQueues"
61+
]
62+
},
63+
"ListTasks": {
64+
"methods": [
65+
"ListTasks"
66+
]
67+
},
68+
"PauseQueue": {
69+
"methods": [
70+
"PauseQueue"
71+
]
72+
},
73+
"PurgeQueue": {
74+
"methods": [
75+
"PurgeQueue"
76+
]
77+
},
78+
"ResumeQueue": {
79+
"methods": [
80+
"ResumeQueue"
81+
]
82+
},
83+
"RunTask": {
84+
"methods": [
85+
"RunTask"
86+
]
87+
},
88+
"SetIamPolicy": {
89+
"methods": [
90+
"SetIamPolicy"
91+
]
92+
},
93+
"TestIamPermissions": {
94+
"methods": [
95+
"TestIamPermissions"
96+
]
97+
},
98+
"UpdateQueue": {
99+
"methods": [
100+
"UpdateQueue"
101+
]
102+
}
103+
}
104+
},
105+
"rest": {
106+
"libraryClient": "Client",
107+
"rpcs": {
108+
"CreateQueue": {
109+
"methods": [
110+
"CreateQueue"
111+
]
112+
},
113+
"CreateTask": {
114+
"methods": [
115+
"CreateTask"
116+
]
117+
},
118+
"DeleteQueue": {
119+
"methods": [
120+
"DeleteQueue"
121+
]
122+
},
123+
"DeleteTask": {
124+
"methods": [
125+
"DeleteTask"
126+
]
127+
},
128+
"GetIamPolicy": {
129+
"methods": [
130+
"GetIamPolicy"
131+
]
132+
},
133+
"GetLocation": {
134+
"methods": [
135+
"GetLocation"
136+
]
137+
},
138+
"GetQueue": {
139+
"methods": [
140+
"GetQueue"
141+
]
142+
},
143+
"GetTask": {
144+
"methods": [
145+
"GetTask"
146+
]
147+
},
148+
"ListLocations": {
149+
"methods": [
150+
"ListLocations"
151+
]
152+
},
153+
"ListQueues": {
154+
"methods": [
155+
"ListQueues"
156+
]
157+
},
158+
"ListTasks": {
159+
"methods": [
160+
"ListTasks"
161+
]
162+
},
163+
"PauseQueue": {
164+
"methods": [
165+
"PauseQueue"
166+
]
167+
},
168+
"PurgeQueue": {
169+
"methods": [
170+
"PurgeQueue"
171+
]
172+
},
173+
"ResumeQueue": {
174+
"methods": [
175+
"ResumeQueue"
176+
]
177+
},
178+
"RunTask": {
179+
"methods": [
180+
"RunTask"
181+
]
182+
},
183+
"SetIamPolicy": {
184+
"methods": [
185+
"SetIamPolicy"
186+
]
187+
},
188+
"TestIamPermissions": {
189+
"methods": [
190+
"TestIamPermissions"
191+
]
192+
},
193+
"UpdateQueue": {
194+
"methods": [
195+
"UpdateQueue"
196+
]
197+
}
198+
}
199+
}
200+
}
201+
}
202+
}
203+
}

0 commit comments

Comments
 (0)