Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,390 changes: 5,786 additions & 604 deletions discovery/aiplatform-v1.json

Large diffs are not rendered by default.

18,205 changes: 12,430 additions & 5,775 deletions discovery/aiplatform-v1beta1.json

Large diffs are not rendered by default.

7,459 changes: 0 additions & 7,459 deletions discovery/analytics-v3.json

This file was deleted.

17 changes: 16 additions & 1 deletion discovery/apikeys-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,21 @@
"name"
],
"parameters": {
"checkExistingUsage": {
"description": "Optional. Defines the behavior for checking existing usage when updating a key.",
"enum": [
"CHECK_EXISTING_USAGE_UNSPECIFIED",
"SKIP",
"CHECK"
],
"enumDescriptions": [
"When unset, the default behavior is used, which is SKIP.",
"If set, skip checking existing usage when updating a key.",
"If set, existing usage is checked when updating the key. If the key has usage in the last 7 days, the request returns a FAILED_PRECONDITION error."
],
"location": "query",
"type": "string"
},
"name": {
"description": "Identifier. The resource name of the key. The `name` has the form: `projects//locations/global/keys/`. For example: `projects/123456867718/locations/global/keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2` NOTE: Key is a global resource; hence the only supported value for location is `global`.",
"location": "path",
Expand Down Expand Up @@ -396,7 +411,7 @@
}
}
},
"revision": "20260317",
"revision": "20260721",
"rootUrl": "https://apikeys.googleapis.com/",
"schemas": {
"Operation": {
Expand Down
11 changes: 10 additions & 1 deletion discovery/cloudsearch-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,11 @@
"location": "query",
"type": "string"
},
"requestOptions.countryCode": {
"description": "Optional. Specifies the country/region where the query originated, as a lowercase ISO 3166-1 alpha-2 region code (using 'uk' instead of 'gb' for the United Kingdom).",
"location": "query",
"type": "string"
},
"requestOptions.debugOptions.enableDebugging": {
"description": "If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.",
"location": "query",
Expand Down Expand Up @@ -2106,7 +2111,7 @@
}
}
},
"revision": "20260610",
"revision": "20260729",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"Action": {
Expand Down Expand Up @@ -6894,6 +6899,10 @@
"description": "The BCP-47 language code, such as \"pt\" or \"en\". It represents the user's preferred Display Language.",
"type": "string"
},
"countryCode": {
"description": "Optional. Specifies the country/region where the query originated, as a lowercase ISO 3166-1 alpha-2 region code (using 'uk' instead of 'gb' for the United Kingdom).",
"type": "string"
},
"debugOptions": {
"$ref": "DebugOptions",
"description": "Debug options of the request"
Expand Down
Loading
Loading