|
267 | 267 | "https://www.googleapis.com/auth/cloud-platform"
|
268 | 268 | ]
|
269 | 269 | },
|
| 270 | + "getProjectMapping": { |
| 271 | + "description": "Gets the project ID and region for an Apigee organization.", |
| 272 | + "flatPath": "v1/organizations/{organizationsId}:getProjectMapping", |
| 273 | + "httpMethod": "GET", |
| 274 | + "id": "apigee.organizations.getProjectMapping", |
| 275 | + "parameterOrder": [ |
| 276 | + "name" |
| 277 | + ], |
| 278 | + "parameters": { |
| 279 | + "name": { |
| 280 | + "description": "Required. Apigee organization name in the following format: `organizations/{org}`", |
| 281 | + "location": "path", |
| 282 | + "pattern": "^organizations/[^/]+$", |
| 283 | + "required": true, |
| 284 | + "type": "string" |
| 285 | + } |
| 286 | + }, |
| 287 | + "path": "v1/{+name}:getProjectMapping", |
| 288 | + "response": { |
| 289 | + "$ref": "GoogleCloudApigeeV1OrganizationProjectMapping" |
| 290 | + }, |
| 291 | + "scopes": [ |
| 292 | + "https://www.googleapis.com/auth/cloud-platform" |
| 293 | + ] |
| 294 | + }, |
270 | 295 | "getRuntimeConfig": {
|
271 | 296 | "description": "Get runtime config for an organization.",
|
272 | 297 | "flatPath": "v1/organizations/{organizationsId}/runtimeConfig",
|
|
7601 | 7626 | }
|
7602 | 7627 | }
|
7603 | 7628 | },
|
7604 |
| - "revision": "20220509", |
| 7629 | + "revision": "20220519", |
7605 | 7630 | "rootUrl": "https://apigee.googleapis.com/",
|
7606 | 7631 | "schemas": {
|
7607 | 7632 | "EdgeConfigstoreBundleBadBundle": {
|
|
9160 | 9185 | "type": "string"
|
9161 | 9186 | },
|
9162 | 9187 | "errors": {
|
9163 |
| - "description": "Errors reported for this deployment. Populated only when state == ERROR. This field isnot populated in List APIs.", |
| 9188 | + "description": "Errors reported for this deployment. Populated only when state == ERROR.**Note**:This field isdisplayed only when viewing deployment status.", |
9164 | 9189 | "items": {
|
9165 | 9190 | "$ref": "GoogleRpcStatus"
|
9166 | 9191 | },
|
9167 | 9192 | "type": "array"
|
9168 | 9193 | },
|
9169 | 9194 | "instances": {
|
9170 |
| - "description": "Status reported by each runtime instance. This field isnot populated in List APIs.", |
| 9195 | + "description": "Status reported by each runtime instance.**Note**:This field isdisplayed only when viewing deployment status.", |
9171 | 9196 | "items": {
|
9172 | 9197 | "$ref": "GoogleCloudApigeeV1InstanceDeploymentStatus"
|
9173 | 9198 | },
|
9174 | 9199 | "type": "array"
|
9175 | 9200 | },
|
9176 | 9201 | "pods": {
|
9177 |
| - "description": "Status reported by runtime pods.This field is not populated for List APIs.**Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.", |
| 9202 | + "description": "Status reported by runtime pods. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.", |
9178 | 9203 | "items": {
|
9179 | 9204 | "$ref": "GoogleCloudApigeeV1PodStatus"
|
9180 | 9205 | },
|
|
9185 | 9210 | "type": "string"
|
9186 | 9211 | },
|
9187 | 9212 | "routeConflicts": {
|
9188 |
| - "description": "Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment's base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field isnot populated in List APIs.", |
| 9213 | + "description": "Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment's base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances.**Note**:This field isdisplayed only when viewing deployment status.", |
9189 | 9214 | "items": {
|
9190 | 9215 | "$ref": "GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict"
|
9191 | 9216 | },
|
|
9196 | 9221 | "type": "string"
|
9197 | 9222 | },
|
9198 | 9223 | "state": {
|
9199 |
| - "description": "Current state of the deployment. This field isnot populated in List APIs.", |
| 9224 | + "description": "Current state of the deployment.**Note**:This field isdisplayed only when viewing deployment status.", |
9200 | 9225 | "enum": [
|
9201 | 9226 | "RUNTIME_STATE_UNSPECIFIED",
|
9202 | 9227 | "READY",
|
|
11497 | 11522 | "GoogleCloudApigeeV1OrganizationProjectMapping": {
|
11498 | 11523 | "id": "GoogleCloudApigeeV1OrganizationProjectMapping",
|
11499 | 11524 | "properties": {
|
| 11525 | + "location": { |
| 11526 | + "description": "Output only. The Google Cloud region where control plane data is located. For more information, see https://cloud.google.com/about/locations/.", |
| 11527 | + "readOnly": true, |
| 11528 | + "type": "string" |
| 11529 | + }, |
11500 | 11530 | "organization": {
|
11501 | 11531 | "description": "Name of the Apigee organization.",
|
11502 | 11532 | "type": "string"
|
|