Skip to content

Commit f357256

Browse files
feat: regenerate index files
1 parent 5f44f72 commit f357256

16 files changed

+819
-46
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/businessprofileperformance-v1.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@
123123
"BUSINESS_FOOD_ORDERS",
124124
"BUSINESS_FOOD_MENU_CLICKS"
125125
],
126+
"enumDeprecated": [
127+
false,
128+
false,
129+
false,
130+
false,
131+
false,
132+
false,
133+
false,
134+
false,
135+
false,
136+
false,
137+
true,
138+
false
139+
],
126140
"enumDescriptions": [
127141
"Represents the default unknown value.",
128142
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
@@ -215,6 +229,20 @@
215229
"BUSINESS_FOOD_ORDERS",
216230
"BUSINESS_FOOD_MENU_CLICKS"
217231
],
232+
"enumDeprecated": [
233+
false,
234+
false,
235+
false,
236+
false,
237+
false,
238+
false,
239+
false,
240+
false,
241+
false,
242+
false,
243+
true,
244+
false
245+
],
218246
"enumDescriptions": [
219247
"Represents the default unknown value.",
220248
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
@@ -417,7 +445,7 @@
417445
}
418446
}
419447
},
420-
"revision": "20241002",
448+
"revision": "20251026",
421449
"rootUrl": "https://businessprofileperformance.googleapis.com/",
422450
"schemas": {
423451
"DailyMetricTimeSeries": {
@@ -440,6 +468,20 @@
440468
"BUSINESS_FOOD_ORDERS",
441469
"BUSINESS_FOOD_MENU_CLICKS"
442470
],
471+
"enumDeprecated": [
472+
false,
473+
false,
474+
false,
475+
false,
476+
false,
477+
false,
478+
false,
479+
false,
480+
false,
481+
false,
482+
true,
483+
false
484+
],
443485
"enumDescriptions": [
444486
"Represents the default unknown value.",
445487
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",

0 commit comments

Comments
 (0)