Skip to content

Commit 935ef64

Browse files
feat(all): auto-regenerate discovery clients (#1804)
1 parent 93de455 commit 935ef64

22 files changed

+2931
-1389
lines changed

api-list.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,36 @@
616616
"documentationLink": "https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/",
617617
"preferred": true
618618
},
619+
{
620+
"kind": "discovery#directoryItem",
621+
"id": "baremetalsolution:v1alpha1",
622+
"name": "baremetalsolution",
623+
"version": "v1alpha1",
624+
"title": "Bare Metal Solution API",
625+
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
626+
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
627+
"icons": {
628+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
629+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
630+
},
631+
"documentationLink": "https://cloud.google.com/bare-metal",
632+
"preferred": false
633+
},
634+
{
635+
"kind": "discovery#directoryItem",
636+
"id": "baremetalsolution:v1",
637+
"name": "baremetalsolution",
638+
"version": "v1",
639+
"title": "Bare Metal Solution API",
640+
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
641+
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1",
642+
"icons": {
643+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
644+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
645+
},
646+
"documentationLink": "https://cloud.google.com/bare-metal",
647+
"preferred": false
648+
},
619649
{
620650
"kind": "discovery#directoryItem",
621651
"id": "baremetalsolution:v2",
@@ -3456,6 +3486,21 @@
34563486
"documentationLink": "https://developers.google.com/search/apis/indexing-api/",
34573487
"preferred": true
34583488
},
3489+
{
3490+
"kind": "discovery#directoryItem",
3491+
"id": "integrations:v1alpha",
3492+
"name": "integrations",
3493+
"version": "v1alpha",
3494+
"title": "Application Integration API",
3495+
"description": "",
3496+
"discoveryRestUrl": "https://integrations.googleapis.com/$discovery/rest?version=v1alpha",
3497+
"icons": {
3498+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3499+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3500+
},
3501+
"documentationLink": "https://cloud.google.com/application-integration",
3502+
"preferred": false
3503+
},
34593504
{
34603505
"kind": "discovery#directoryItem",
34613506
"id": "integrations:v1",

baremetalsolution/v1/baremetalsolution-gen.go

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

chromepolicy/v1/chromepolicy-api.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20221201",
560+
"revision": "20230105",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -787,6 +787,17 @@
787787
},
788788
"type": "object"
789789
},
790+
"GoogleChromePolicyVersionsV1FieldConstraints": {
791+
"description": "Information about any range constraints.",
792+
"id": "GoogleChromePolicyVersionsV1FieldConstraints",
793+
"properties": {
794+
"numericRangeConstraint": {
795+
"$ref": "GoogleChromePolicyVersionsV1NumericRangeConstraint",
796+
"description": "The allowed range for numeric fields."
797+
}
798+
},
799+
"type": "object"
800+
},
790801
"GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest": {
791802
"description": "Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.",
792803
"id": "GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest",
@@ -919,6 +930,23 @@
919930
},
920931
"type": "object"
921932
},
933+
"GoogleChromePolicyVersionsV1NumericRangeConstraint": {
934+
"description": "A constraint on upper and/or lower bounds, with at least one being set.",
935+
"id": "GoogleChromePolicyVersionsV1NumericRangeConstraint",
936+
"properties": {
937+
"maximum": {
938+
"description": "Maximum value.",
939+
"format": "int64",
940+
"type": "string"
941+
},
942+
"minimum": {
943+
"description": "Minimum value.",
944+
"format": "int64",
945+
"type": "string"
946+
}
947+
},
948+
"type": "object"
949+
},
922950
"GoogleChromePolicyVersionsV1PolicyModificationFieldError": {
923951
"description": "Error information for a modification request of a specific field on a specific policy.",
924952
"id": "GoogleChromePolicyVersionsV1PolicyModificationFieldError",
@@ -1062,6 +1090,11 @@
10621090
"readOnly": true,
10631091
"type": "string"
10641092
},
1093+
"fieldConstraints": {
1094+
"$ref": "GoogleChromePolicyVersionsV1FieldConstraints",
1095+
"description": "Output only. Information on any input constraints associated on the values for the field.",
1096+
"readOnly": true
1097+
},
10651098
"fieldDependencies": {
10661099
"description": "Output only. Provides a list of fields and values. At least one of the fields must have the corresponding value in order for this field to be allowed to be set.",
10671100
"items": {

chromepolicy/v1/chromepolicy-gen.go

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -106,33 +106,6 @@
106106
"protocol": "rest",
107107
"resources": {
108108
"projects": {
109-
"methods": {
110-
"queryContactCenterQuota": {
111-
"description": "Queries the contact center quota, an aggregation over all the projects, that belongs to the billing account, which the input project belongs to.",
112-
"flatPath": "v1alpha1/projects/{projectsId}:queryContactCenterQuota",
113-
"httpMethod": "GET",
114-
"id": "contactcenteraiplatform.projects.queryContactCenterQuota",
115-
"parameterOrder": [
116-
"parent"
117-
],
118-
"parameters": {
119-
"parent": {
120-
"description": "Required. Parent project resource id.",
121-
"location": "path",
122-
"pattern": "^projects/[^/]+$",
123-
"required": true,
124-
"type": "string"
125-
}
126-
},
127-
"path": "v1alpha1/{+parent}:queryContactCenterQuota",
128-
"response": {
129-
"$ref": "ContactCenterQuota"
130-
},
131-
"scopes": [
132-
"https://www.googleapis.com/auth/cloud-platform"
133-
]
134-
}
135-
},
136109
"resources": {
137110
"locations": {
138111
"methods": {
@@ -208,24 +181,18 @@
208181
"httpMethod": "GET",
209182
"id": "contactcenteraiplatform.projects.locations.queryContactCenterQuota",
210183
"parameterOrder": [
211-
"parent",
212-
"locationsId"
184+
"parent"
213185
],
214186
"parameters": {
215-
"locationsId": {
216-
"location": "path",
217-
"required": true,
218-
"type": "string"
219-
},
220187
"parent": {
221188
"description": "Required. Parent project resource id.",
222189
"location": "path",
223-
"pattern": "^projects/[^/]+$",
190+
"pattern": "^projects/[^/]+/locations/[^/]+$",
224191
"required": true,
225192
"type": "string"
226193
}
227194
},
228-
"path": "v1alpha1/{+parent}/locations/{locationsId}:queryContactCenterQuota",
195+
"path": "v1alpha1/{+parent}:queryContactCenterQuota",
229196
"response": {
230197
"$ref": "ContactCenterQuota"
231198
},
@@ -545,7 +512,7 @@
545512
}
546513
}
547514
},
548-
"revision": "20230103",
515+
"revision": "20230105",
549516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
550517
"schemas": {
551518
"CancelOperationRequest": {

0 commit comments

Comments
 (0)