Skip to content

Commit ab20d56

Browse files
feat(all): auto-regenerate discovery clients (#3499)
1 parent 6463f72 commit ab20d56

6 files changed

Lines changed: 937 additions & 9 deletions

File tree

artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
]
439439
},
440440
"list": {
441-
"description": "Lists information about the supported locations for this service.",
441+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
442442
"flatPath": "v1beta2/projects/{projectsId}/locations",
443443
"httpMethod": "GET",
444444
"id": "artifactregistry.projects.locations.list",
@@ -1450,7 +1450,7 @@
14501450
}
14511451
}
14521452
},
1453-
"revision": "20251029",
1453+
"revision": "20260206",
14541454
"rootUrl": "https://artifactregistry.googleapis.com/",
14551455
"schemas": {
14561456
"AptArtifact": {
@@ -1606,12 +1606,14 @@
16061606
"enum": [
16071607
"HASH_TYPE_UNSPECIFIED",
16081608
"SHA256",
1609-
"MD5"
1609+
"MD5",
1610+
"DIRSUM_SHA256"
16101611
],
16111612
"enumDescriptions": [
16121613
"Unspecified.",
16131614
"SHA256 hash.",
1614-
"MD5 hash."
1615+
"MD5 hash.",
1616+
"Dirsum SHA256 hash."
16151617
],
16161618
"type": "string"
16171619
},

artifactregistry/v1beta2/artifactregistry-gen.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

biglake/v1/biglake-api.json

Lines changed: 183 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,35 @@
172172
"https://www.googleapis.com/auth/bigquery",
173173
"https://www.googleapis.com/auth/cloud-platform"
174174
]
175+
},
176+
"testIamPermissions": {
177+
"description": "Tests the IAM permissions for the specified catalog.",
178+
"flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}:testIamPermissions",
179+
"httpMethod": "POST",
180+
"id": "biglake.projects.catalogs.testIamPermissions",
181+
"parameterOrder": [
182+
"resource"
183+
],
184+
"parameters": {
185+
"resource": {
186+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
187+
"location": "path",
188+
"pattern": "^projects/[^/]+/catalogs/[^/]+$",
189+
"required": true,
190+
"type": "string"
191+
}
192+
},
193+
"path": "v1/{+resource}:testIamPermissions",
194+
"request": {
195+
"$ref": "TestIamPermissionsRequest"
196+
},
197+
"response": {
198+
"$ref": "TestIamPermissionsResponse"
199+
},
200+
"scopes": [
201+
"https://www.googleapis.com/auth/bigquery",
202+
"https://www.googleapis.com/auth/cloud-platform"
203+
]
175204
}
176205
},
177206
"resources": {
@@ -237,6 +266,131 @@
237266
"https://www.googleapis.com/auth/bigquery",
238267
"https://www.googleapis.com/auth/cloud-platform"
239268
]
269+
},
270+
"testIamPermissions": {
271+
"description": "Tests the IAM permissions for the specified namespace.",
272+
"flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}:testIamPermissions",
273+
"httpMethod": "POST",
274+
"id": "biglake.projects.catalogs.namespaces.testIamPermissions",
275+
"parameterOrder": [
276+
"resource"
277+
],
278+
"parameters": {
279+
"resource": {
280+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
281+
"location": "path",
282+
"pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$",
283+
"required": true,
284+
"type": "string"
285+
}
286+
},
287+
"path": "v1/{+resource}:testIamPermissions",
288+
"request": {
289+
"$ref": "TestIamPermissionsRequest"
290+
},
291+
"response": {
292+
"$ref": "TestIamPermissionsResponse"
293+
},
294+
"scopes": [
295+
"https://www.googleapis.com/auth/bigquery",
296+
"https://www.googleapis.com/auth/cloud-platform"
297+
]
298+
}
299+
},
300+
"resources": {
301+
"tables": {
302+
"methods": {
303+
"getIamPolicy": {
304+
"description": "Gets the IAM policy for the specified Catalog.",
305+
"flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:getIamPolicy",
306+
"httpMethod": "GET",
307+
"id": "biglake.projects.catalogs.namespaces.tables.getIamPolicy",
308+
"parameterOrder": [
309+
"resource"
310+
],
311+
"parameters": {
312+
"options.requestedPolicyVersion": {
313+
"description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
314+
"format": "int32",
315+
"location": "query",
316+
"type": "integer"
317+
},
318+
"resource": {
319+
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
320+
"location": "path",
321+
"pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$",
322+
"required": true,
323+
"type": "string"
324+
}
325+
},
326+
"path": "v1/{+resource}:getIamPolicy",
327+
"response": {
328+
"$ref": "Policy"
329+
},
330+
"scopes": [
331+
"https://www.googleapis.com/auth/bigquery",
332+
"https://www.googleapis.com/auth/cloud-platform"
333+
]
334+
},
335+
"setIamPolicy": {
336+
"description": "Sets the IAM policy for the specified catalog.",
337+
"flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:setIamPolicy",
338+
"httpMethod": "POST",
339+
"id": "biglake.projects.catalogs.namespaces.tables.setIamPolicy",
340+
"parameterOrder": [
341+
"resource"
342+
],
343+
"parameters": {
344+
"resource": {
345+
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
346+
"location": "path",
347+
"pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$",
348+
"required": true,
349+
"type": "string"
350+
}
351+
},
352+
"path": "v1/{+resource}:setIamPolicy",
353+
"request": {
354+
"$ref": "SetIamPolicyRequest"
355+
},
356+
"response": {
357+
"$ref": "Policy"
358+
},
359+
"scopes": [
360+
"https://www.googleapis.com/auth/bigquery",
361+
"https://www.googleapis.com/auth/cloud-platform"
362+
]
363+
},
364+
"testIamPermissions": {
365+
"description": "Tests the IAM permissions for the specified table.",
366+
"flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:testIamPermissions",
367+
"httpMethod": "POST",
368+
"id": "biglake.projects.catalogs.namespaces.tables.testIamPermissions",
369+
"parameterOrder": [
370+
"resource"
371+
],
372+
"parameters": {
373+
"resource": {
374+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
375+
"location": "path",
376+
"pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$",
377+
"required": true,
378+
"type": "string"
379+
}
380+
},
381+
"path": "v1/{+resource}:testIamPermissions",
382+
"request": {
383+
"$ref": "TestIamPermissionsRequest"
384+
},
385+
"response": {
386+
"$ref": "TestIamPermissionsResponse"
387+
},
388+
"scopes": [
389+
"https://www.googleapis.com/auth/bigquery",
390+
"https://www.googleapis.com/auth/cloud-platform"
391+
]
392+
}
393+
}
240394
}
241395
}
242396
}
@@ -748,7 +902,7 @@
748902
}
749903
}
750904
},
751-
"revision": "20251027",
905+
"revision": "20260209",
752906
"rootUrl": "https://biglake.googleapis.com/",
753907
"schemas": {
754908
"AuditConfig": {
@@ -1173,6 +1327,34 @@
11731327
}
11741328
},
11751329
"type": "object"
1330+
},
1331+
"TestIamPermissionsRequest": {
1332+
"description": "Request message for `TestIamPermissions` method.",
1333+
"id": "TestIamPermissionsRequest",
1334+
"properties": {
1335+
"permissions": {
1336+
"description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
1337+
"items": {
1338+
"type": "string"
1339+
},
1340+
"type": "array"
1341+
}
1342+
},
1343+
"type": "object"
1344+
},
1345+
"TestIamPermissionsResponse": {
1346+
"description": "Response message for `TestIamPermissions` method.",
1347+
"id": "TestIamPermissionsResponse",
1348+
"properties": {
1349+
"permissions": {
1350+
"description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
1351+
"items": {
1352+
"type": "string"
1353+
},
1354+
"type": "array"
1355+
}
1356+
},
1357+
"type": "object"
11761358
}
11771359
},
11781360
"servicePath": "",

0 commit comments

Comments
 (0)