Skip to content

Commit 9e07cd0

Browse files
feat(all): auto-regenerate discovery clients (#3350)
1 parent 8e2becc commit 9e07cd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2471
-115
lines changed

‎androidmanagement/v1/androidmanagement-api.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.",

‎androidmanagement/v1/androidmanagement-gen.go‎

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

‎apigee/v1/apigee-api.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
},

0 commit comments

Comments
 (0)