Skip to content

Commit

Permalink
fix(composer): update the API
Browse files Browse the repository at this point in the history
#### composer:v1beta1
The following keys were changed:
- schemas.PrivateEnvironmentConfig.properties.enablePrivateEnvironment.description
  • Loading branch information
JustinBeckwith committed Oct 5, 2020
1 parent 24162b8 commit deb11bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/composer-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
}
}
},
"revision": "20200817",
"revision": "20200922",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -822,7 +822,7 @@
"type": "string"
},
"enablePrivateEnvironment": {
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is true, `use_ip_aliases` must be true.",
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true.",
"type": "boolean"
},
"privateClusterConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/composer/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export namespace composer_v1beta1 {
*/
cloudSqlIpv4CidrBlock?: string | null;
/**
* Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is true, `use_ip_aliases` must be true.
* Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true.
*/
enablePrivateEnvironment?: boolean | null;
/**
Expand Down

0 comments on commit deb11bd

Please sign in to comment.