Skip to content

Commit a96b037

Browse files
feat(all): auto-regenerate discovery clients (#1545)
1 parent ab27e7b commit a96b037

Some content is hidden

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

44 files changed

+1450
-709
lines changed

artifactregistry/v1/artifactregistry-api.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"type": "integer"
377377
},
378378
"resource": {
379-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
379+
"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.",
380380
"location": "path",
381381
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
382382
"required": true,
@@ -473,7 +473,7 @@
473473
],
474474
"parameters": {
475475
"resource": {
476-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
476+
"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.",
477477
"location": "path",
478478
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
479479
"required": true,
@@ -501,7 +501,7 @@
501501
],
502502
"parameters": {
503503
"resource": {
504-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
504+
"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.",
505505
"location": "path",
506506
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
507507
"required": true,
@@ -1207,7 +1207,7 @@
12071207
}
12081208
}
12091209
},
1210-
"revision": "20220503",
1210+
"revision": "20220506",
12111211
"rootUrl": "https://artifactregistry.googleapis.com/",
12121212
"schemas": {
12131213
"AptArtifact": {

artifactregistry/v1/artifactregistry-gen.go

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

artifactregistry/v1beta1/artifactregistry-api.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"type": "integer"
315315
},
316316
"resource": {
317-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
317+
"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.",
318318
"location": "path",
319319
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
320320
"required": true,
@@ -411,7 +411,7 @@
411411
],
412412
"parameters": {
413413
"resource": {
414-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
414+
"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.",
415415
"location": "path",
416416
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
417417
"required": true,
@@ -439,7 +439,7 @@
439439
],
440440
"parameters": {
441441
"resource": {
442-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
442+
"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.",
443443
"location": "path",
444444
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
445445
"required": true,
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20220425",
932+
"revision": "20220506",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"Binding": {

artifactregistry/v1beta1/artifactregistry-gen.go

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

artifactregistry/v1beta2/artifactregistry-api.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"type": "integer"
377377
},
378378
"resource": {
379-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
379+
"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.",
380380
"location": "path",
381381
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
382382
"required": true,
@@ -473,7 +473,7 @@
473473
],
474474
"parameters": {
475475
"resource": {
476-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
476+
"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.",
477477
"location": "path",
478478
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
479479
"required": true,
@@ -501,7 +501,7 @@
501501
],
502502
"parameters": {
503503
"resource": {
504-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
504+
"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.",
505505
"location": "path",
506506
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
507507
"required": true,
@@ -1135,7 +1135,7 @@
11351135
}
11361136
}
11371137
},
1138-
"revision": "20220425",
1138+
"revision": "20220506",
11391139
"rootUrl": "https://artifactregistry.googleapis.com/",
11401140
"schemas": {
11411141
"AptArtifact": {

artifactregistry/v1beta2/artifactregistry-gen.go

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

chromemanagement/v1/chromemanagement-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"type": "string"
475475
},
476476
"pageSize": {
477-
"description": "Maximum number of results to return. Default value is 100. Maximum value is 200.",
477+
"description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
478478
"format": "int32",
479479
"location": "query",
480480
"type": "integer"
@@ -513,7 +513,7 @@
513513
}
514514
}
515515
},
516-
"revision": "20220506",
516+
"revision": "20220512",
517517
"rootUrl": "https://chromemanagement.googleapis.com/",
518518
"schemas": {
519519
"GoogleChromeManagementV1AndroidAppInfo": {

0 commit comments

Comments
 (0)