Skip to content

Commit 1d2c84d

Browse files
1 parent 2e8a7c1 commit 1d2c84d

File tree

16 files changed

+102
-90
lines changed

16 files changed

+102
-90
lines changed

clients/google-api-services-composer/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-composer</artifactId>
25-
<version>v1-rev20241013-2.0.0</version>
25+
<version>v1-rev20241027-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-composer:v1-rev20241013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1-rev20241027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/Environment.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class Environment extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Configuration parameters for this environment.
33+
* Optional. Configuration parameters for this environment.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
5555
private java.util.Map<String, java.lang.String> labels;
5656

5757
/**
58-
* The resource name of the environment, in the form:
58+
* Identifier. The resource name of the environment, in the form:
5959
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
6060
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
6161
* cannot end with a hyphen.
@@ -108,15 +108,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
108108
private java.lang.String uuid;
109109

110110
/**
111-
* Configuration parameters for this environment.
111+
* Optional. Configuration parameters for this environment.
112112
* @return value or {@code null} for none
113113
*/
114114
public EnvironmentConfig getConfig() {
115115
return config;
116116
}
117117

118118
/**
119-
* Configuration parameters for this environment.
119+
* Optional. Configuration parameters for this environment.
120120
* @param config config or {@code null} for none
121121
*/
122122
public Environment setConfig(EnvironmentConfig config) {
@@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map<String, java.lang.String> labels) {
167167
}
168168

169169
/**
170-
* The resource name of the environment, in the form:
170+
* Identifier. The resource name of the environment, in the form:
171171
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
172172
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
173173
* cannot end with a hyphen.
@@ -178,7 +178,7 @@ public java.lang.String getName() {
178178
}
179179

180180
/**
181-
* The resource name of the environment, in the form:
181+
* Identifier. The resource name of the environment, in the form:
182182
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
183183
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
184184
* cannot end with a hyphen.

clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/EnvironmentConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ
119119
private MasterAuthorizedNetworksConfig masterAuthorizedNetworksConfig;
120120

121121
/**
122-
* The configuration used for the Kubernetes Engine cluster.
122+
* Optional. The configuration used for the Kubernetes Engine cluster.
123123
* The value may be {@code null}.
124124
*/
125125
@com.google.api.client.util.Key
@@ -135,7 +135,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ
135135
private java.lang.Integer nodeCount;
136136

137137
/**
138-
* The configuration used for the Private IP Cloud Composer environment.
138+
* Optional. The configuration used for the Private IP Cloud Composer environment.
139139
* The value may be {@code null}.
140140
*/
141141
@com.google.api.client.util.Key
@@ -158,7 +158,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ
158158
private java.lang.String resilienceMode;
159159

160160
/**
161-
* The configuration settings for software inside the environment.
161+
* Optional. The configuration settings for software inside the environment.
162162
* The value may be {@code null}.
163163
*/
164164
@com.google.api.client.util.Key
@@ -398,15 +398,15 @@ public EnvironmentConfig setMasterAuthorizedNetworksConfig(MasterAuthorizedNetwo
398398
}
399399

400400
/**
401-
* The configuration used for the Kubernetes Engine cluster.
401+
* Optional. The configuration used for the Kubernetes Engine cluster.
402402
* @return value or {@code null} for none
403403
*/
404404
public NodeConfig getNodeConfig() {
405405
return nodeConfig;
406406
}
407407

408408
/**
409-
* The configuration used for the Kubernetes Engine cluster.
409+
* Optional. The configuration used for the Kubernetes Engine cluster.
410410
* @param nodeConfig nodeConfig or {@code null} for none
411411
*/
412412
public EnvironmentConfig setNodeConfig(NodeConfig nodeConfig) {
@@ -436,15 +436,15 @@ public EnvironmentConfig setNodeCount(java.lang.Integer nodeCount) {
436436
}
437437

438438
/**
439-
* The configuration used for the Private IP Cloud Composer environment.
439+
* Optional. The configuration used for the Private IP Cloud Composer environment.
440440
* @return value or {@code null} for none
441441
*/
442442
public PrivateEnvironmentConfig getPrivateEnvironmentConfig() {
443443
return privateEnvironmentConfig;
444444
}
445445

446446
/**
447-
* The configuration used for the Private IP Cloud Composer environment.
447+
* Optional. The configuration used for the Private IP Cloud Composer environment.
448448
* @param privateEnvironmentConfig privateEnvironmentConfig or {@code null} for none
449449
*/
450450
public EnvironmentConfig setPrivateEnvironmentConfig(PrivateEnvironmentConfig privateEnvironmentConfig) {
@@ -491,15 +491,15 @@ public EnvironmentConfig setResilienceMode(java.lang.String resilienceMode) {
491491
}
492492

493493
/**
494-
* The configuration settings for software inside the environment.
494+
* Optional. The configuration settings for software inside the environment.
495495
* @return value or {@code null} for none
496496
*/
497497
public SoftwareConfig getSoftwareConfig() {
498498
return softwareConfig;
499499
}
500500

501501
/**
502-
* The configuration settings for software inside the environment.
502+
* Optional. The configuration settings for software inside the environment.
503503
* @param softwareConfig softwareConfig or {@code null} for none
504504
*/
505505
public EnvironmentConfig setSoftwareConfig(SoftwareConfig softwareConfig) {

clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ public final class SoftwareConfig extends com.google.api.client.json.GenericJson
6666
private java.util.Map<String, java.lang.String> envVariables;
6767

6868
/**
69-
* The version of the software running in the environment. This encapsulates both the version of
70-
* Cloud Composer functionality and the version of Apache Airflow. It must match the regular
71-
* expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0
72-
* -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is
73-
* supported and denies the request for an unsupported version. The Cloud Composer portion of the
74-
* image version is a full [semantic version](https://semver.org), or an alias in the form of
69+
* Optional. The version of the software running in the environment. This encapsulates both the
70+
* version of Cloud Composer functionality and the version of Apache Airflow. It must match the
71+
* regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-
72+
* 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version
73+
* is supported and denies the request for an unsupported version. The Cloud Composer portion of
74+
* the image version is a full [semantic version](https://semver.org), or an alias in the form of
7575
* major version number or `latest`. When an alias is provided, the server replaces it with the
7676
* current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the
7777
* image version is a full semantic version that points to one of the supported Apache Airflow
@@ -205,12 +205,12 @@ public SoftwareConfig setEnvVariables(java.util.Map<String, java.lang.String> en
205205
}
206206

207207
/**
208-
* The version of the software running in the environment. This encapsulates both the version of
209-
* Cloud Composer functionality and the version of Apache Airflow. It must match the regular
210-
* expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0
211-
* -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is
212-
* supported and denies the request for an unsupported version. The Cloud Composer portion of the
213-
* image version is a full [semantic version](https://semver.org), or an alias in the form of
208+
* Optional. The version of the software running in the environment. This encapsulates both the
209+
* version of Cloud Composer functionality and the version of Apache Airflow. It must match the
210+
* regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-
211+
* 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version
212+
* is supported and denies the request for an unsupported version. The Cloud Composer portion of
213+
* the image version is a full [semantic version](https://semver.org), or an alias in the form of
214214
* major version number or `latest`. When an alias is provided, the server replaces it with the
215215
* current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the
216216
* image version is a full semantic version that points to one of the supported Apache Airflow
@@ -227,12 +227,12 @@ public java.lang.String getImageVersion() {
227227
}
228228

229229
/**
230-
* The version of the software running in the environment. This encapsulates both the version of
231-
* Cloud Composer functionality and the version of Apache Airflow. It must match the regular
232-
* expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0
233-
* -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is
234-
* supported and denies the request for an unsupported version. The Cloud Composer portion of the
235-
* image version is a full [semantic version](https://semver.org), or an alias in the form of
230+
* Optional. The version of the software running in the environment. This encapsulates both the
231+
* version of Cloud Composer functionality and the version of Apache Airflow. It must match the
232+
* regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-
233+
* 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version
234+
* is supported and denies the request for an unsupported version. The Cloud Composer portion of
235+
* the image version is a full [semantic version](https://semver.org), or an alias in the form of
236236
* major version number or `latest`. When an alias is provided, the server replaces it with the
237237
* current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the
238238
* image version is a full semantic version that points to one of the supported Apache Airflow

clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsConfigMap.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen
3232

3333
/**
3434
* Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details
35-
* see: https://kubernetes.io/docs/concepts/configuration/configmap/
35+
* see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key":
36+
* "example_value", "another_key": "another_value" }
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -48,7 +49,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen
4849

4950
/**
5051
* Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details
51-
* see: https://kubernetes.io/docs/concepts/configuration/configmap/
52+
* see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key":
53+
* "example_value", "another_key": "another_value" }
5254
* @return value or {@code null} for none
5355
*/
5456
public java.util.Map<String, java.lang.String> getData() {
@@ -57,7 +59,8 @@ public java.util.Map<String, java.lang.String> getData() {
5759

5860
/**
5961
* Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details
60-
* see: https://kubernetes.io/docs/concepts/configuration/configmap/
62+
* see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key":
63+
* "example_value", "another_key": "another_value" }
6164
* @param data data or {@code null} for none
6265
*/
6366
public UserWorkloadsConfigMap setData(java.util.Map<String, java.lang.String> data) {

clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsSecret.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi
3434
* Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can
3535
* contain sensitive values such as a password, a token, or a key. The values for all keys have to
3636
* be base64-encoded strings. For details see:
37-
* https://kubernetes.io/docs/concepts/configuration/secret/
37+
* https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example":
38+
* "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
@@ -52,7 +53,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi
5253
* Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can
5354
* contain sensitive values such as a password, a token, or a key. The values for all keys have to
5455
* be base64-encoded strings. For details see:
55-
* https://kubernetes.io/docs/concepts/configuration/secret/
56+
* https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example":
57+
* "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
5658
* @return value or {@code null} for none
5759
*/
5860
public java.util.Map<String, java.lang.String> getData() {
@@ -63,7 +65,8 @@ public java.util.Map<String, java.lang.String> getData() {
6365
* Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can
6466
* contain sensitive values such as a password, a token, or a key. The values for all keys have to
6567
* be base64-encoded strings. For details see:
66-
* https://kubernetes.io/docs/concepts/configuration/secret/
68+
* https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example":
69+
* "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
6770
* @param data data or {@code null} for none
6871
*/
6972
public UserWorkloadsSecret setData(java.util.Map<String, java.lang.String> data) {

clients/google-api-services-composer/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-composer</artifactId>
11-
<version>v1-rev20241013-2.0.0</version>
12-
<name>Cloud Composer API v1-rev20241013-2.0.0</name>
11+
<version>v1-rev20241027-2.0.0</version>
12+
<name>Cloud Composer API v1-rev20241027-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-composer/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-composer</artifactId>
25-
<version>v1-rev20241013-2.0.0</version>
25+
<version>v1-rev20241027-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-composer:v1-rev20241013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1-rev20241027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-composer/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-composer</artifactId>
25-
<version>v1beta1-rev20241013-2.0.0</version>
25+
<version>v1beta1-rev20241027-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/Environment.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class Environment extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Configuration parameters for this environment.
33+
* Optional. Configuration parameters for this environment.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
5555
private java.util.Map<String, java.lang.String> labels;
5656

5757
/**
58-
* The resource name of the environment, in the form:
58+
* Identifier. The resource name of the environment, in the form:
5959
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
6060
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
6161
* cannot end with a hyphen.
@@ -108,15 +108,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
108108
private java.lang.String uuid;
109109

110110
/**
111-
* Configuration parameters for this environment.
111+
* Optional. Configuration parameters for this environment.
112112
* @return value or {@code null} for none
113113
*/
114114
public EnvironmentConfig getConfig() {
115115
return config;
116116
}
117117

118118
/**
119-
* Configuration parameters for this environment.
119+
* Optional. Configuration parameters for this environment.
120120
* @param config config or {@code null} for none
121121
*/
122122
public Environment setConfig(EnvironmentConfig config) {
@@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map<String, java.lang.String> labels) {
167167
}
168168

169169
/**
170-
* The resource name of the environment, in the form:
170+
* Identifier. The resource name of the environment, in the form:
171171
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
172172
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
173173
* cannot end with a hyphen.
@@ -178,7 +178,7 @@ public java.lang.String getName() {
178178
}
179179

180180
/**
181-
* The resource name of the environment, in the form:
181+
* Identifier. The resource name of the environment, in the form:
182182
* "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must
183183
* start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and
184184
* cannot end with a hyphen.

0 commit comments

Comments
 (0)