|
1592 | 1592 | "scopes": [ |
1593 | 1593 | "https://www.googleapis.com/auth/cloud-platform" |
1594 | 1594 | ] |
| 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 | + ] |
1595 | 1648 | } |
1596 | 1649 | }, |
1597 | 1650 | "resources": { |
|
6276 | 6329 | "scopes": [ |
6277 | 6330 | "https://www.googleapis.com/auth/cloud-platform" |
6278 | 6331 | ] |
| 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 | + ] |
6279 | 6385 | } |
6280 | 6386 | }, |
6281 | 6387 | "resources": { |
|
9100 | 9206 | "scopes": [ |
9101 | 9207 | "https://www.googleapis.com/auth/cloud-platform" |
9102 | 9208 | ] |
| 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 | + ] |
9103 | 9262 | } |
9104 | 9263 | }, |
9105 | 9264 | "resources": { |
|
11289 | 11448 | } |
11290 | 11449 | } |
11291 | 11450 | }, |
11292 | | - "revision": "20250929", |
| 11451 | + "revision": "20251016", |
11293 | 11452 | "rootUrl": "https://apigee.googleapis.com/", |
11294 | 11453 | "schemas": { |
11295 | 11454 | "EdgeConfigstoreBundleBadBundle": { |
@@ -18771,14 +18930,12 @@ |
18771 | 18930 | "enum": [ |
18772 | 18931 | "ATTRIBUTE_UNSPECIFIED", |
18773 | 18932 | "ATTRIBUTE_ENVIRONMENTS", |
18774 | | - "ATTRIBUTE_IP_ADDRESS_RANGES", |
18775 | | - "ATTRIBUTE_API_KEYS" |
| 18933 | + "ATTRIBUTE_IP_ADDRESS_RANGES" |
18776 | 18934 | ], |
18777 | 18935 | "enumDescriptions": [ |
18778 | 18936 | "Unspecified attribute.", |
18779 | 18937 | "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." |
18782 | 18939 | ], |
18783 | 18940 | "type": "string" |
18784 | 18941 | }, |
|
0 commit comments