Skip to content

Commit 9fcf80b

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - schemas.GoogleCloudApigeeV1DeploymentConfig.properties.serviceAccount.type (Total Keys: 1)
1 parent 211dce6 commit 9fcf80b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,14 +419,15 @@ <h3>Method Details</h3>
419419
],
420420
},
421421
&quot;deployments&quot;: [ # List of deployments in the environment.
422-
{
422+
{ # NEXT ID: 9
423423
&quot;attributes&quot;: { # Additional key-value metadata for the deployment.
424424
&quot;a_key&quot;: &quot;A String&quot;,
425425
},
426426
&quot;basePath&quot;: &quot;A String&quot;, # Base path where the application will be hosted. Defaults to &quot;/&quot;.
427427
&quot;location&quot;: &quot;A String&quot;, # Location of the API proxy bundle as a URI.
428428
&quot;name&quot;: &quot;A String&quot;, # Name of the API or shared flow revision to be deployed in the following format: `organizations/{org}/apis/{api}/revisions/{rev}` or `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`
429429
&quot;proxyUid&quot;: &quot;A String&quot;, # Unique ID of the API proxy revision.
430+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account identity associated with this deployment. If non-empty, will be in the following format: `projects/-/serviceAccounts/{account_email}`
430431
&quot;uid&quot;: &quot;A String&quot;, # Unique ID. The ID will only change if the deployment is deleted and recreated.
431432
},
432433
],

googleapiclient/discovery_cache/documents/apigee.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6986,7 +6986,7 @@
69866986
}
69876987
}
69886988
},
6989-
"revision": "20210528",
6989+
"revision": "20210604",
69906990
"rootUrl": "https://apigee.googleapis.com/",
69916991
"schemas": {
69926992
"GoogleApiHttpBody": {
@@ -8526,6 +8526,7 @@
85268526
"type": "object"
85278527
},
85288528
"GoogleCloudApigeeV1DeploymentConfig": {
8529+
"description": "NEXT ID: 9",
85298530
"id": "GoogleCloudApigeeV1DeploymentConfig",
85308531
"properties": {
85318532
"attributes": {
@@ -8551,6 +8552,10 @@
85518552
"description": "Unique ID of the API proxy revision.",
85528553
"type": "string"
85538554
},
8555+
"serviceAccount": {
8556+
"description": "The service account identity associated with this deployment. If non-empty, will be in the following format: `projects/-/serviceAccounts/{account_email}`",
8557+
"type": "string"
8558+
},
85548559
"uid": {
85558560
"description": "Unique ID. The ID will only change if the deployment is deleted and recreated.",
85568561
"type": "string"

0 commit comments

Comments
 (0)