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(all): auto-regenerate discovery clients #1804

Merged
merged 1 commit into from Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 45 additions & 0 deletions api-list.json
Expand Up @@ -616,6 +616,36 @@
"documentationLink": "https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v1alpha1",
"name": "baremetalsolution",
"version": "v1alpha1",
"title": "Bare Metal Solution API",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/bare-metal",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v1",
"name": "baremetalsolution",
"version": "v1",
"title": "Bare Metal Solution API",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/bare-metal",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v2",
Expand Down Expand Up @@ -3456,6 +3486,21 @@
"documentationLink": "https://developers.google.com/search/apis/indexing-api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "integrations:v1alpha",
"name": "integrations",
"version": "v1alpha",
"title": "Application Integration API",
"description": "",
"discoveryRestUrl": "https://integrations.googleapis.com/$discovery/rest?version=v1alpha",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/application-integration",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "integrations:v1",
Expand Down
2 changes: 1 addition & 1 deletion baremetalsolution/v1/baremetalsolution-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion chromepolicy/v1/chromepolicy-api.json
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20221201",
"revision": "20230105",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
Expand Down Expand Up @@ -787,6 +787,17 @@
},
"type": "object"
},
"GoogleChromePolicyVersionsV1FieldConstraints": {
"description": "Information about any range constraints.",
"id": "GoogleChromePolicyVersionsV1FieldConstraints",
"properties": {
"numericRangeConstraint": {
"$ref": "GoogleChromePolicyVersionsV1NumericRangeConstraint",
"description": "The allowed range for numeric fields."
}
},
"type": "object"
},
"GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest": {
"description": "Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.",
"id": "GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest",
Expand Down Expand Up @@ -919,6 +930,23 @@
},
"type": "object"
},
"GoogleChromePolicyVersionsV1NumericRangeConstraint": {
"description": "A constraint on upper and/or lower bounds, with at least one being set.",
"id": "GoogleChromePolicyVersionsV1NumericRangeConstraint",
"properties": {
"maximum": {
"description": "Maximum value.",
"format": "int64",
"type": "string"
},
"minimum": {
"description": "Minimum value.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleChromePolicyVersionsV1PolicyModificationFieldError": {
"description": "Error information for a modification request of a specific field on a specific policy.",
"id": "GoogleChromePolicyVersionsV1PolicyModificationFieldError",
Expand Down Expand Up @@ -1062,6 +1090,11 @@
"readOnly": true,
"type": "string"
},
"fieldConstraints": {
"$ref": "GoogleChromePolicyVersionsV1FieldConstraints",
"description": "Output only. Information on any input constraints associated on the values for the field.",
"readOnly": true
},
"fieldDependencies": {
"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.",
"items": {
Expand Down
67 changes: 67 additions & 0 deletions chromepolicy/v1/chromepolicy-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -106,33 +106,6 @@
"protocol": "rest",
"resources": {
"projects": {
"methods": {
"queryContactCenterQuota": {
"description": "Queries the contact center quota, an aggregation over all the projects, that belongs to the billing account, which the input project belongs to.",
"flatPath": "v1alpha1/projects/{projectsId}:queryContactCenterQuota",
"httpMethod": "GET",
"id": "contactcenteraiplatform.projects.queryContactCenterQuota",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. Parent project resource id.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}:queryContactCenterQuota",
"response": {
"$ref": "ContactCenterQuota"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
"locations": {
"methods": {
Expand Down Expand Up @@ -208,24 +181,18 @@
"httpMethod": "GET",
"id": "contactcenteraiplatform.projects.locations.queryContactCenterQuota",
"parameterOrder": [
"parent",
"locationsId"
"parent"
],
"parameters": {
"locationsId": {
"location": "path",
"required": true,
"type": "string"
},
"parent": {
"description": "Required. Parent project resource id.",
"location": "path",
"pattern": "^projects/[^/]+$",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/locations/{locationsId}:queryContactCenterQuota",
"path": "v1alpha1/{+parent}:queryContactCenterQuota",
"response": {
"$ref": "ContactCenterQuota"
},
Expand Down Expand Up @@ -545,7 +512,7 @@
}
}
},
"revision": "20230103",
"revision": "20230105",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down