From 038b092ec1a14484a5dfa6fe599639a9342d22ca Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 24 May 2023 18:26:57 +0000 Subject: [PATCH] feat(apigee): update the api #### 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) --- ...nizations.environments.apis.revisions.html | 2 +- ..._v1.organizations.sites.apicategories.html | 9 ++- .../discovery_cache/documents/apigee.v1.json | 59 +++++++++++-------- 3 files changed, 43 insertions(+), 27 deletions(-) diff --git a/docs/dyn/apigee_v1.organizations.environments.apis.revisions.html b/docs/dyn/apigee_v1.organizations.environments.apis.revisions.html index b5ba4b83bd7..80b63cc8bb1 100644 --- a/docs/dyn/apigee_v1.organizations.environments.apis.revisions.html +++ b/docs/dyn/apigee_v1.organizations.environments.apis.revisions.html @@ -109,7 +109,7 @@

Method Details

Args: name: string, Required. Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` (required) 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. - 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. + 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. 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`. x__xgafv: string, V1 error format. Allowed values diff --git a/docs/dyn/apigee_v1.organizations.sites.apicategories.html b/docs/dyn/apigee_v1.organizations.sites.apicategories.html index dd332f103bc..9f5c175d7ca 100644 --- a/docs/dyn/apigee_v1.organizations.sites.apicategories.html +++ b/docs/dyn/apigee_v1.organizations.sites.apicategories.html @@ -108,6 +108,7 @@

Method Details

The object takes the form of: { # the Api category resource. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. @@ -124,6 +125,7 @@

Method Details

{ # the Api category resource wrapped with response status, error_code etc. "data": { # the Api category resource. # Details of category. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. @@ -150,8 +152,9 @@

Method Details

Returns: An object of the form: - { + { # Response for certain delete operations. "errorCode": "A String", # ID that can be used to find errors in the log files. + "gcpResource": "A String", # GCP name of deleted resource. "message": "A String", # Description of the operation. "requestId": "A String", # ID that can be used to find request details in the log files. "status": "A String", # Status of the operation. @@ -174,6 +177,7 @@

Method Details

{ # the Api category resource wrapped with response status, error_code etc. "data": { # the Api category resource. # Details of category. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. @@ -203,6 +207,7 @@

Method Details

{ # the response for ListApiCategoriesRequest. "data": [ # Details of categories. { # the Api category resource. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. @@ -226,6 +231,7 @@

Method Details

The object takes the form of: { # the Api category resource. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. @@ -242,6 +248,7 @@

Method Details

{ # the Api category resource wrapped with response status, error_code etc. "data": { # the Api category resource. # Details of category. + "gcpResource": "A String", # GCP name of api category resource. "id": "A String", # ID of the category (a UUID). "name": "A String", # Name of the category. "siteId": "A String", # Name of the portal. diff --git a/googleapiclient/discovery_cache/documents/apigee.v1.json b/googleapiclient/discovery_cache/documents/apigee.v1.json index 84208108baa..8f7d677d900 100644 --- a/googleapiclient/discovery_cache/documents/apigee.v1.json +++ b/googleapiclient/discovery_cache/documents/apigee.v1.json @@ -4164,7 +4164,7 @@ "type": "boolean" }, "sequencedRollout": { - "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.", + "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.", "location": "query", "type": "boolean" }, @@ -8621,7 +8621,7 @@ }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudApigeeV1ApiResponseWrapper" + "$ref": "GoogleCloudApigeeV1DeleteResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -8744,7 +8744,7 @@ } } }, - "revision": "20230410", + "revision": "20230512", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "EdgeConfigstoreBundleBadBundle": { @@ -9002,6 +9002,10 @@ "description": "the Api category resource.", "id": "GoogleCloudApigeeV1ApiCategoryData", "properties": { + "gcpResource": { + "description": "GCP name of api category resource.", + "type": "string" + }, "id": { "description": "ID of the category (a UUID).", "type": "string" @@ -9336,28 +9340,6 @@ }, "type": "object" }, - "GoogleCloudApigeeV1ApiResponseWrapper": { - "id": "GoogleCloudApigeeV1ApiResponseWrapper", - "properties": { - "errorCode": { - "description": "ID that can be used to find errors in the log files.", - "type": "string" - }, - "message": { - "description": "Description of the operation.", - "type": "string" - }, - "requestId": { - "description": "ID that can be used to find request details in the log files.", - "type": "string" - }, - "status": { - "description": "Status of the operation.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudApigeeV1ApiSecurityConfig": { "description": "Configurations of the API Security add-on.", "id": "GoogleCloudApigeeV1ApiSecurityConfig", @@ -10410,6 +10392,33 @@ }, "type": "object" }, + "GoogleCloudApigeeV1DeleteResponse": { + "description": "Response for certain delete operations.", + "id": "GoogleCloudApigeeV1DeleteResponse", + "properties": { + "errorCode": { + "description": "ID that can be used to find errors in the log files.", + "type": "string" + }, + "gcpResource": { + "description": "GCP name of deleted resource.", + "type": "string" + }, + "message": { + "description": "Description of the operation.", + "type": "string" + }, + "requestId": { + "description": "ID that can be used to find request details in the log files.", + "type": "string" + }, + "status": { + "description": "Status of the operation.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudApigeeV1Deployment": { "id": "GoogleCloudApigeeV1Deployment", "properties": {