You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### apigee:v1
The following keys were deleted:
- schemas.GoogleCloudApigeeV1ApiResponseWrapper (Total Keys: 6)
The following keys were added:
- schemas.GoogleCloudApigeeV1ApiCategoryData.properties.gcpResource.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1DeleteResponse (Total Keys: 7)
The following keys were changed:
- resources.organizations.resources.sites.resources.apicategories.methods.delete.response.$ref (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.environments.apis.revisions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109
109
Args:
110
110
name: string, Required. Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` (required)
111
111
override: boolean, Flag that specifies whether the new deployment replaces other deployed revisions of the API proxy in the environment. Set `override` to `true` to replace other deployed revisions. By default, `override` is `false` and the deployment is rejected if other revisions of the API proxy are deployed in the environment.
112
-
sequencedRollout: boolean, Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.
112
+
sequencedRollout: boolean, Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [generateDeployChangeReport API](generateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.
113
113
serviceAccount: string, Google Cloud IAM service account. The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be `{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/apigee.v1.json
+34-25Lines changed: 34 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -4164,7 +4164,7 @@
4164
4164
"type": "boolean"
4165
4165
},
4166
4166
"sequencedRollout": {
4167
-
"description": "Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.",
4167
+
"description": "Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [generateDeployChangeReport API](generateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.",
4168
4168
"location": "query",
4169
4169
"type": "boolean"
4170
4170
},
@@ -8621,7 +8621,7 @@
8621
8621
},
8622
8622
"path": "v1/{+name}",
8623
8623
"response": {
8624
-
"$ref": "GoogleCloudApigeeV1ApiResponseWrapper"
8624
+
"$ref": "GoogleCloudApigeeV1DeleteResponse"
8625
8625
},
8626
8626
"scopes": [
8627
8627
"https://www.googleapis.com/auth/cloud-platform"
@@ -8744,7 +8744,7 @@
8744
8744
}
8745
8745
}
8746
8746
},
8747
-
"revision": "20230410",
8747
+
"revision": "20230512",
8748
8748
"rootUrl": "https://apigee.googleapis.com/",
8749
8749
"schemas": {
8750
8750
"EdgeConfigstoreBundleBadBundle": {
@@ -9002,6 +9002,10 @@
9002
9002
"description": "the Api category resource.",
9003
9003
"id": "GoogleCloudApigeeV1ApiCategoryData",
9004
9004
"properties": {
9005
+
"gcpResource": {
9006
+
"description": "GCP name of api category resource.",
9007
+
"type": "string"
9008
+
},
9005
9009
"id": {
9006
9010
"description": "ID of the category (a UUID).",
9007
9011
"type": "string"
@@ -9336,28 +9340,6 @@
9336
9340
},
9337
9341
"type": "object"
9338
9342
},
9339
-
"GoogleCloudApigeeV1ApiResponseWrapper": {
9340
-
"id": "GoogleCloudApigeeV1ApiResponseWrapper",
9341
-
"properties": {
9342
-
"errorCode": {
9343
-
"description": "ID that can be used to find errors in the log files.",
9344
-
"type": "string"
9345
-
},
9346
-
"message": {
9347
-
"description": "Description of the operation.",
9348
-
"type": "string"
9349
-
},
9350
-
"requestId": {
9351
-
"description": "ID that can be used to find request details in the log files.",
9352
-
"type": "string"
9353
-
},
9354
-
"status": {
9355
-
"description": "Status of the operation.",
9356
-
"type": "string"
9357
-
}
9358
-
},
9359
-
"type": "object"
9360
-
},
9361
9343
"GoogleCloudApigeeV1ApiSecurityConfig": {
9362
9344
"description": "Configurations of the API Security add-on.",
9363
9345
"id": "GoogleCloudApigeeV1ApiSecurityConfig",
@@ -10410,6 +10392,33 @@
10410
10392
},
10411
10393
"type": "object"
10412
10394
},
10395
+
"GoogleCloudApigeeV1DeleteResponse": {
10396
+
"description": "Response for certain delete operations.",
10397
+
"id": "GoogleCloudApigeeV1DeleteResponse",
10398
+
"properties": {
10399
+
"errorCode": {
10400
+
"description": "ID that can be used to find errors in the log files.",
10401
+
"type": "string"
10402
+
},
10403
+
"gcpResource": {
10404
+
"description": "GCP name of deleted resource.",
10405
+
"type": "string"
10406
+
},
10407
+
"message": {
10408
+
"description": "Description of the operation.",
10409
+
"type": "string"
10410
+
},
10411
+
"requestId": {
10412
+
"description": "ID that can be used to find request details in the log files.",
0 commit comments