Skip to content

Commit 554f579

Browse files
feat: regenerate index files
1 parent 500fe21 commit 554f579

File tree

8 files changed

+229
-23
lines changed

8 files changed

+229
-23
lines changed

discovery/androidmanagement-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20251015",
1268+
"revision": "20251022",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -2747,7 +2747,7 @@
27472747
],
27482748
"enumDescriptions": [
27492749
"This value is disallowed.",
2750-
"Lock the device, as if the lock screen timeout had expired.",
2750+
"Lock the device, as if the lock screen timeout had expired. For a work profile, if there is a separate work profile lock, this only locks the work profile, with one exception: on work profiles on an organization-owned device running Android 8, 9, or 10, this locks the entire device.",
27512751
"Reset the user's password.",
27522752
"Reboot the device. Only supported on fully managed devices running Android 7.0 (API level 24) or higher.",
27532753
"Removes the work profile and all policies from a company-owned Android 8.0+ device, relinquishing the device for personal use. Apps and data associated with the personal profile(s) are preserved. The device will be deleted from the server after it acknowledges the command.",

discovery/apigee-v1.json

Lines changed: 162 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,6 +1592,59 @@
15921592
"scopes": [
15931593
"https://www.googleapis.com/auth/cloud-platform"
15941594
]
1595+
},
1596+
"get": {
1597+
"description": "Get the key value map scoped to an organization, environment, or API proxy.",
1598+
"flatPath": "v1/organizations/{organizationsId}/apis/{apisId}/keyvaluemaps/{keyvaluemapsId}",
1599+
"httpMethod": "GET",
1600+
"id": "apigee.organizations.apis.keyvaluemaps.get",
1601+
"parameterOrder": [
1602+
"name"
1603+
],
1604+
"parameters": {
1605+
"name": {
1606+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
1607+
"location": "path",
1608+
"pattern": "^organizations/[^/]+/apis/[^/]+/keyvaluemaps/[^/]+$",
1609+
"required": true,
1610+
"type": "string"
1611+
}
1612+
},
1613+
"path": "v1/{+name}",
1614+
"response": {
1615+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
1616+
},
1617+
"scopes": [
1618+
"https://www.googleapis.com/auth/cloud-platform"
1619+
]
1620+
},
1621+
"update": {
1622+
"description": "Update the key value map scoped to an organization, environment, or API proxy.",
1623+
"flatPath": "v1/organizations/{organizationsId}/apis/{apisId}/keyvaluemaps/{keyvaluemapsId}",
1624+
"httpMethod": "PUT",
1625+
"id": "apigee.organizations.apis.keyvaluemaps.update",
1626+
"parameterOrder": [
1627+
"name"
1628+
],
1629+
"parameters": {
1630+
"name": {
1631+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
1632+
"location": "path",
1633+
"pattern": "^organizations/[^/]+/apis/[^/]+/keyvaluemaps/[^/]+$",
1634+
"required": true,
1635+
"type": "string"
1636+
}
1637+
},
1638+
"path": "v1/{+name}",
1639+
"request": {
1640+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
1641+
},
1642+
"response": {
1643+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
1644+
},
1645+
"scopes": [
1646+
"https://www.googleapis.com/auth/cloud-platform"
1647+
]
15951648
}
15961649
},
15971650
"resources": {
@@ -6276,6 +6329,59 @@
62766329
"scopes": [
62776330
"https://www.googleapis.com/auth/cloud-platform"
62786331
]
6332+
},
6333+
"get": {
6334+
"description": "Get the key value map scoped to an organization, environment, or API proxy.",
6335+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/keyvaluemaps/{keyvaluemapsId}",
6336+
"httpMethod": "GET",
6337+
"id": "apigee.organizations.environments.keyvaluemaps.get",
6338+
"parameterOrder": [
6339+
"name"
6340+
],
6341+
"parameters": {
6342+
"name": {
6343+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
6344+
"location": "path",
6345+
"pattern": "^organizations/[^/]+/environments/[^/]+/keyvaluemaps/[^/]+$",
6346+
"required": true,
6347+
"type": "string"
6348+
}
6349+
},
6350+
"path": "v1/{+name}",
6351+
"response": {
6352+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
6353+
},
6354+
"scopes": [
6355+
"https://www.googleapis.com/auth/cloud-platform"
6356+
]
6357+
},
6358+
"update": {
6359+
"description": "Update the key value map scoped to an organization, environment, or API proxy.",
6360+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/keyvaluemaps/{keyvaluemapsId}",
6361+
"httpMethod": "PUT",
6362+
"id": "apigee.organizations.environments.keyvaluemaps.update",
6363+
"parameterOrder": [
6364+
"name"
6365+
],
6366+
"parameters": {
6367+
"name": {
6368+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
6369+
"location": "path",
6370+
"pattern": "^organizations/[^/]+/environments/[^/]+/keyvaluemaps/[^/]+$",
6371+
"required": true,
6372+
"type": "string"
6373+
}
6374+
},
6375+
"path": "v1/{+name}",
6376+
"request": {
6377+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
6378+
},
6379+
"response": {
6380+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
6381+
},
6382+
"scopes": [
6383+
"https://www.googleapis.com/auth/cloud-platform"
6384+
]
62796385
}
62806386
},
62816387
"resources": {
@@ -9100,6 +9206,59 @@
91009206
"scopes": [
91019207
"https://www.googleapis.com/auth/cloud-platform"
91029208
]
9209+
},
9210+
"get": {
9211+
"description": "Get the key value map scoped to an organization, environment, or API proxy.",
9212+
"flatPath": "v1/organizations/{organizationsId}/keyvaluemaps/{keyvaluemapsId}",
9213+
"httpMethod": "GET",
9214+
"id": "apigee.organizations.keyvaluemaps.get",
9215+
"parameterOrder": [
9216+
"name"
9217+
],
9218+
"parameters": {
9219+
"name": {
9220+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
9221+
"location": "path",
9222+
"pattern": "^organizations/[^/]+/keyvaluemaps/[^/]+$",
9223+
"required": true,
9224+
"type": "string"
9225+
}
9226+
},
9227+
"path": "v1/{+name}",
9228+
"response": {
9229+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
9230+
},
9231+
"scopes": [
9232+
"https://www.googleapis.com/auth/cloud-platform"
9233+
]
9234+
},
9235+
"update": {
9236+
"description": "Update the key value map scoped to an organization, environment, or API proxy.",
9237+
"flatPath": "v1/organizations/{organizationsId}/keyvaluemaps/{keyvaluemapsId}",
9238+
"httpMethod": "PUT",
9239+
"id": "apigee.organizations.keyvaluemaps.update",
9240+
"parameterOrder": [
9241+
"name"
9242+
],
9243+
"parameters": {
9244+
"name": {
9245+
"description": "Required. Scope as indicated by the URI in which to fetch the key value map. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
9246+
"location": "path",
9247+
"pattern": "^organizations/[^/]+/keyvaluemaps/[^/]+$",
9248+
"required": true,
9249+
"type": "string"
9250+
}
9251+
},
9252+
"path": "v1/{+name}",
9253+
"request": {
9254+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
9255+
},
9256+
"response": {
9257+
"$ref": "GoogleCloudApigeeV1KeyValueMap"
9258+
},
9259+
"scopes": [
9260+
"https://www.googleapis.com/auth/cloud-platform"
9261+
]
91039262
}
91049263
},
91059264
"resources": {
@@ -11289,7 +11448,7 @@
1128911448
}
1129011449
}
1129111450
},
11292-
"revision": "20250929",
11451+
"revision": "20251016",
1129311452
"rootUrl": "https://apigee.googleapis.com/",
1129411453
"schemas": {
1129511454
"EdgeConfigstoreBundleBadBundle": {
@@ -18771,14 +18930,12 @@
1877118930
"enum": [
1877218931
"ATTRIBUTE_UNSPECIFIED",
1877318932
"ATTRIBUTE_ENVIRONMENTS",
18774-
"ATTRIBUTE_IP_ADDRESS_RANGES",
18775-
"ATTRIBUTE_API_KEYS"
18933+
"ATTRIBUTE_IP_ADDRESS_RANGES"
1877618934
],
1877718935
"enumDescriptions": [
1877818936
"Unspecified attribute.",
1877918937
"Values will be a list of environments.",
18780-
"Values will be a list of IP addresses. This could be either IPv4 or IPv6.",
18781-
"Values will be a list of API keys."
18938+
"Values will be a list of IP addresses. This could be either IPv4 or IPv6."
1878218939
],
1878318940
"type": "string"
1878418941
},

discovery/artifactregistry-v1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@
24652465
}
24662466
}
24672467
},
2468-
"revision": "20250925",
2468+
"revision": "20251007",
24692469
"rootUrl": "https://artifactregistry.googleapis.com/",
24702470
"schemas": {
24712471
"AptArtifact": {
@@ -4115,7 +4115,8 @@
41154115
"PYTHON",
41164116
"KFP",
41174117
"GO",
4118-
"GENERIC"
4118+
"GENERIC",
4119+
"RUBY"
41194120
],
41204121
"enumDescriptions": [
41214122
"Unspecified package format.",
@@ -4128,7 +4129,8 @@
41284129
"Python package format.",
41294130
"Kubeflow Pipelines package format.",
41304131
"Go package format.",
4131-
"Generic package format."
4132+
"Generic package format.",
4133+
"Ruby package format."
41324134
],
41334135
"type": "string"
41344136
},
@@ -4666,7 +4668,7 @@
46664668
"DISABLED"
46674669
],
46684670
"enumDescriptions": [
4669-
"Not set. This will be treated as INHERITED.",
4671+
"Not set. This will be treated as INHERITED for Docker repositories and DISABLED for non-Docker repositories.",
46704672
"Scanning is Enabled, but dependent on API enablement.",
46714673
"No automatic vulnerability scanning will be performed for this repository."
46724674
],

discovery/dataproc-v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,7 @@
50225022
}
50235023
}
50245024
},
5025-
"revision": "20251003",
5025+
"revision": "20251015",
50265026
"rootUrl": "https://dataproc.googleapis.com/",
50275027
"schemas": {
50285028
"AcceleratorConfig": {
@@ -5229,6 +5229,7 @@
52295229
"type": "string"
52305230
},
52315231
"requestorId": {
5232+
"deprecated": true,
52325233
"description": "Optional. The requestor ID is used to identify if the request comes from a GCA investigation or the old Ask Gemini Experience. ",
52335234
"type": "string"
52345235
}

discovery/index.json

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
"version": "v1"
872872
},
873873
{
874-
"description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity solutions.",
874+
"description": "Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.",
875875
"discoveryRestUrl": "https://beyondcorp.googleapis.com/$discovery/rest?version=v1alpha",
876876
"documentationLink": "https://cloud.google.com/",
877877
"icons": {
@@ -886,7 +886,7 @@
886886
"version": "v1alpha"
887887
},
888888
{
889-
"description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity solutions.",
889+
"description": "Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.",
890890
"discoveryRestUrl": "https://beyondcorp.googleapis.com/$discovery/rest?version=v1",
891891
"documentationLink": "https://cloud.google.com/",
892892
"icons": {
@@ -1263,18 +1263,33 @@
12631263
{
12641264
"description": "The Chrome Web Store API provides access to data about apps and extensions, as well as developer tools for managing them.",
12651265
"discoveryRestUrl": "https://chromewebstore.googleapis.com/$discovery/rest?version=v1.1",
1266-
"documentationLink": "https://developer.chrome.com/webstore/api_index",
1266+
"documentationLink": "https://developer.chrome.com/docs/webstore/api",
12671267
"icons": {
12681268
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
12691269
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
12701270
},
12711271
"id": "chromewebstore:v1.1",
12721272
"kind": "discovery#directoryItem",
12731273
"name": "chromewebstore",
1274-
"preferred": true,
1274+
"preferred": false,
12751275
"title": "Chrome Web Store API",
12761276
"version": "v1.1"
12771277
},
1278+
{
1279+
"description": "The Chrome Web Store API provides access to data about apps and extensions, as well as developer tools for managing them.",
1280+
"discoveryRestUrl": "https://chromewebstore.googleapis.com/$discovery/rest?version=v2",
1281+
"documentationLink": "https://developer.chrome.com/docs/webstore/api",
1282+
"icons": {
1283+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1284+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1285+
},
1286+
"id": "chromewebstore:v2",
1287+
"kind": "discovery#directoryItem",
1288+
"name": "chromewebstore",
1289+
"preferred": true,
1290+
"title": "Chrome Web Store API",
1291+
"version": "v2"
1292+
},
12781293
{
12791294
"description": "Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses.",
12801295
"discoveryRestUrl": "https://civicinfo.googleapis.com/$discovery/rest?version=v2",
@@ -2279,10 +2294,25 @@
22792294
"id": "dataform:v1beta1",
22802295
"kind": "discovery#directoryItem",
22812296
"name": "dataform",
2282-
"preferred": true,
2297+
"preferred": false,
22832298
"title": "Dataform API",
22842299
"version": "v1beta1"
22852300
},
2301+
{
2302+
"description": "Service to develop, version control, and operationalize SQL pipelines in BigQuery.",
2303+
"discoveryRestUrl": "https://dataform.googleapis.com/$discovery/rest?version=v1",
2304+
"documentationLink": "https://cloud.google.com/dataform/docs",
2305+
"icons": {
2306+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2307+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2308+
},
2309+
"id": "dataform:v1",
2310+
"kind": "discovery#directoryItem",
2311+
"name": "dataform",
2312+
"preferred": true,
2313+
"title": "Dataform API",
2314+
"version": "v1"
2315+
},
22862316
{
22872317
"description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.",
22882318
"discoveryRestUrl": "https://datafusion.googleapis.com/$discovery/rest?version=v1beta1",

0 commit comments

Comments
 (0)