Skip to content

Commit 038b092

Browse files
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)
1 parent 2ebcf84 commit 038b092

File tree

3 files changed

+43
-27
lines changed

3 files changed

+43
-27
lines changed

docs/dyn/apigee_v1.organizations.environments.apis.revisions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
Args:
110110
name: string, Required. Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` (required)
111111
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&#x27;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&#x27;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.
113113
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`.
114114
x__xgafv: string, V1 error format.
115115
Allowed values

docs/dyn/apigee_v1.organizations.sites.apicategories.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108108
The object takes the form of:
109109

110110
{ # the Api category resource.
111+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
111112
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
112113
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
113114
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -124,6 +125,7 @@ <h3>Method Details</h3>
124125

125126
{ # the Api category resource wrapped with response status, error_code etc.
126127
&quot;data&quot;: { # the Api category resource. # Details of category.
128+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
127129
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
128130
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
129131
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -150,8 +152,9 @@ <h3>Method Details</h3>
150152
Returns:
151153
An object of the form:
152154

153-
{
155+
{ # Response for certain delete operations.
154156
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
157+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of deleted resource.
155158
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
156159
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
157160
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
@@ -174,6 +177,7 @@ <h3>Method Details</h3>
174177

175178
{ # the Api category resource wrapped with response status, error_code etc.
176179
&quot;data&quot;: { # the Api category resource. # Details of category.
180+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
177181
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
178182
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
179183
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -203,6 +207,7 @@ <h3>Method Details</h3>
203207
{ # the response for ListApiCategoriesRequest.
204208
&quot;data&quot;: [ # Details of categories.
205209
{ # the Api category resource.
210+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
206211
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
207212
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
208213
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -226,6 +231,7 @@ <h3>Method Details</h3>
226231
The object takes the form of:
227232

228233
{ # the Api category resource.
234+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
229235
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
230236
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
231237
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -242,6 +248,7 @@ <h3>Method Details</h3>
242248

243249
{ # the Api category resource wrapped with response status, error_code etc.
244250
&quot;data&quot;: { # the Api category resource. # Details of category.
251+
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
245252
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
246253
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
247254
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.

googleapiclient/discovery_cache/documents/apigee.v1.json

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,7 @@
41644164
"type": "boolean"
41654165
},
41664166
"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.",
41684168
"location": "query",
41694169
"type": "boolean"
41704170
},
@@ -8621,7 +8621,7 @@
86218621
},
86228622
"path": "v1/{+name}",
86238623
"response": {
8624-
"$ref": "GoogleCloudApigeeV1ApiResponseWrapper"
8624+
"$ref": "GoogleCloudApigeeV1DeleteResponse"
86258625
},
86268626
"scopes": [
86278627
"https://www.googleapis.com/auth/cloud-platform"
@@ -8744,7 +8744,7 @@
87448744
}
87458745
}
87468746
},
8747-
"revision": "20230410",
8747+
"revision": "20230512",
87488748
"rootUrl": "https://apigee.googleapis.com/",
87498749
"schemas": {
87508750
"EdgeConfigstoreBundleBadBundle": {
@@ -9002,6 +9002,10 @@
90029002
"description": "the Api category resource.",
90039003
"id": "GoogleCloudApigeeV1ApiCategoryData",
90049004
"properties": {
9005+
"gcpResource": {
9006+
"description": "GCP name of api category resource.",
9007+
"type": "string"
9008+
},
90059009
"id": {
90069010
"description": "ID of the category (a UUID).",
90079011
"type": "string"
@@ -9336,28 +9340,6 @@
93369340
},
93379341
"type": "object"
93389342
},
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-
},
93619343
"GoogleCloudApigeeV1ApiSecurityConfig": {
93629344
"description": "Configurations of the API Security add-on.",
93639345
"id": "GoogleCloudApigeeV1ApiSecurityConfig",
@@ -10410,6 +10392,33 @@
1041010392
},
1041110393
"type": "object"
1041210394
},
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.",
10413+
"type": "string"
10414+
},
10415+
"status": {
10416+
"description": "Status of the operation.",
10417+
"type": "string"
10418+
}
10419+
},
10420+
"type": "object"
10421+
},
1041310422
"GoogleCloudApigeeV1Deployment": {
1041410423
"id": "GoogleCloudApigeeV1Deployment",
1041510424
"properties": {

0 commit comments

Comments
 (0)