Skip to content

Commit e1ea873

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were deleted: - schemas.GoogleCloudApigeeV1Deployment.properties.serviceAccount.type (Total Keys: 1)
1 parent 2435dee commit e1ea873

11 files changed

+5
-33
lines changed

docs/dyn/apigee_v1.organizations.apis.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

docs/dyn/apigee_v1.organizations.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ <h3>Method Details</h3>
163163
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
164164
},
165165
],
166-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
167166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
168167
},
169168
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<code><a href="#close">close()</a></code></p>
8989
<p class="firstline">Close httplib2 connections.</p>
9090
<p class="toc_element">
91-
<code><a href="#deploy">deploy(name, override=None, sequencedRollout=None, serviceAccount=None, x__xgafv=None)</a></code></p>
91+
<code><a href="#deploy">deploy(name, override=None, sequencedRollout=None, x__xgafv=None)</a></code></p>
9292
<p class="firstline">Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}` </p>
9393
<p class="toc_element">
9494
<code><a href="#getDeployments">getDeployments(name, x__xgafv=None)</a></code></p>
@@ -103,14 +103,13 @@ <h3>Method Details</h3>
103103
</div>
104104

105105
<div class="method">
106-
<code class="details" id="deploy">deploy(name, override=None, sequencedRollout=None, serviceAccount=None, x__xgafv=None)</code>
106+
<code class="details" id="deploy">deploy(name, override=None, sequencedRollout=None, x__xgafv=None)</code>
107107
<pre>Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
108108

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.
112112
sequencedRollout: boolean, Flag that specifies whether to enable sequenced rollout. If set to `true`, a best-effort attempt will be made to roll out the routing rules corresponding to this deployment and the environment changes to add this deployment 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.
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`.
114113
x__xgafv: string, V1 error format.
115114
Allowed values
116115
1 - v1 error format
@@ -179,7 +178,6 @@ <h3>Method Details</h3>
179178
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
180179
},
181180
],
182-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
183181
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
184182
}</pre>
185183
</div>
@@ -258,7 +256,6 @@ <h3>Method Details</h3>
258256
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
259257
},
260258
],
261-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
262259
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
263260
}</pre>
264261
</div>

docs/dyn/apigee_v1.organizations.environments.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ <h3>Method Details</h3>
163163
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
164164
},
165165
],
166-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
167166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
168167
},
169168
],

docs/dyn/apigee_v1.organizations.environments.sharedflows.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#deploy">deploy(name, override=None, serviceAccount=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#deploy">deploy(name, override=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Deploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.deploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`</p>
8383
<p class="toc_element">
8484
<code><a href="#getDeployments">getDeployments(name, x__xgafv=None)</a></code></p>
@@ -93,13 +93,12 @@ <h3>Method Details</h3>
9393
</div>
9494

9595
<div class="method">
96-
<code class="details" id="deploy">deploy(name, override=None, serviceAccount=None, x__xgafv=None)</code>
96+
<code class="details" id="deploy">deploy(name, override=None, x__xgafv=None)</code>
9797
<pre>Deploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.deploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`
9898

9999
Args:
100100
name: string, Required. Name of the shared flow revision to deploy in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` (required)
101101
override: boolean, Flag that specifies whether the new deployment replaces other deployed revisions of the shared flow 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 shared flow are deployed in the environment.
102-
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`.
103102
x__xgafv: string, V1 error format.
104103
Allowed values
105104
1 - v1 error format
@@ -168,7 +167,6 @@ <h3>Method Details</h3>
168167
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
169168
},
170169
],
171-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
172170
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
173171
}</pre>
174172
</div>
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247245
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
248246
},
249247
],
250-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
251248
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
252249
}</pre>
253250
</div>

docs/dyn/apigee_v1.organizations.sharedflows.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

docs/dyn/apigee_v1.organizations.sharedflows.revisions.deployments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165-
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167166
},
168167
],

googleapiclient/discovery_cache/documents/apigee.v1.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3590,11 +3590,6 @@
35903590
"description": "Flag that specifies whether to enable sequenced rollout. If set to `true`, a best-effort attempt will be made to roll out the routing rules corresponding to this deployment and the environment changes to add this deployment 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.",
35913591
"location": "query",
35923592
"type": "boolean"
3593-
},
3594-
"serviceAccount": {
3595-
"description": "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`.",
3596-
"location": "query",
3597-
"type": "string"
35983593
}
35993594
},
36003595
"path": "v1/{+name}/deployments",
@@ -4994,11 +4989,6 @@
49944989
"description": "Flag that specifies whether the new deployment replaces other deployed revisions of the shared flow 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 shared flow are deployed in the environment.",
49954990
"location": "query",
49964991
"type": "boolean"
4997-
},
4998-
"serviceAccount": {
4999-
"description": "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`.",
5000-
"location": "query",
5001-
"type": "string"
50024992
}
50034993
},
50044994
"path": "v1/{+name}/deployments",
@@ -6996,7 +6986,7 @@
69966986
}
69976987
}
69986988
},
6999-
"revision": "20210522",
6989+
"revision": "20210528",
70006990
"rootUrl": "https://apigee.googleapis.com/",
70016991
"schemas": {
70026992
"GoogleApiHttpBody": {
@@ -8422,10 +8412,6 @@
84228412
},
84238413
"type": "array"
84248414
},
8425-
"serviceAccount": {
8426-
"description": "The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.",
8427-
"type": "string"
8428-
},
84298415
"state": {
84308416
"description": "Current state of the deployment. This field is not populated in List APIs.",
84318417
"enum": [

0 commit comments

Comments
 (0)