Skip to content

Commit

Permalink
feat(apigee): update the api
Browse files Browse the repository at this point in the history
#### apigee:v1

The following keys were added:
- schemas.GoogleCloudApigeeV1DeploymentConfig.properties.serviceAccount.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 11, 2021
1 parent 211dce6 commit 9fcf80b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/dyn/apigee_v1.organizations.environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,15 @@ <h3>Method Details</h3>
],
},
&quot;deployments&quot;: [ # List of deployments in the environment.
{
{ # NEXT ID: 9
&quot;attributes&quot;: { # Additional key-value metadata for the deployment.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;basePath&quot;: &quot;A String&quot;, # Base path where the application will be hosted. Defaults to &quot;/&quot;.
&quot;location&quot;: &quot;A String&quot;, # Location of the API proxy bundle as a URI.
&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}`
&quot;proxyUid&quot;: &quot;A String&quot;, # Unique ID of the API proxy revision.
&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}`
&quot;uid&quot;: &quot;A String&quot;, # Unique ID. The ID will only change if the deployment is deleted and recreated.
},
],
Expand Down
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/apigee.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6986,7 +6986,7 @@
}
}
},
"revision": "20210528",
"revision": "20210604",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -8526,6 +8526,7 @@
"type": "object"
},
"GoogleCloudApigeeV1DeploymentConfig": {
"description": "NEXT ID: 9",
"id": "GoogleCloudApigeeV1DeploymentConfig",
"properties": {
"attributes": {
Expand All @@ -8551,6 +8552,10 @@
"description": "Unique ID of the API proxy revision.",
"type": "string"
},
"serviceAccount": {
"description": "The service account identity associated with this deployment. If non-empty, will be in the following format: `projects/-/serviceAccounts/{account_email}`",
"type": "string"
},
"uid": {
"description": "Unique ID. The ID will only change if the deployment is deleted and recreated.",
"type": "string"
Expand Down

0 comments on commit 9fcf80b

Please sign in to comment.