Skip to content

Commit 18dd971

Browse files
1 parent c3d6b23 commit 18dd971

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
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-rev20240520-2.0.0</version>
25+
<version>v1-rev20240716-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-rev20240520-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1-rev20240716-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ public final class Environment extends com.google.api.client.json.GenericJson {
6464
@com.google.api.client.util.Key
6565
private java.lang.String name;
6666

67+
/**
68+
* Output only. Reserved for future use.
69+
* The value may be {@code null}.
70+
*/
71+
@com.google.api.client.util.Key
72+
private java.lang.Boolean satisfiesPzi;
73+
6774
/**
6875
* Output only. Reserved for future use.
6976
* The value may be {@code null}.
@@ -182,6 +189,23 @@ public Environment setName(java.lang.String name) {
182189
return this;
183190
}
184191

192+
/**
193+
* Output only. Reserved for future use.
194+
* @return value or {@code null} for none
195+
*/
196+
public java.lang.Boolean getSatisfiesPzi() {
197+
return satisfiesPzi;
198+
}
199+
200+
/**
201+
* Output only. Reserved for future use.
202+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
203+
*/
204+
public Environment setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
205+
this.satisfiesPzi = satisfiesPzi;
206+
return this;
207+
}
208+
185209
/**
186210
* Output only. Reserved for future use.
187211
* @return value or {@code null} for none

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-rev20240520-2.0.0</version>
12-
<name>Cloud Composer API v1-rev20240520-2.0.0</name>
11+
<version>v1-rev20240716-2.0.0</version>
12+
<name>Cloud Composer API v1-rev20240716-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-rev20240520-2.0.0</version>
25+
<version>v1-rev20240716-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-rev20240520-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1-rev20240716-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-rev20240310-2.0.0</version>
25+
<version>v1beta1-rev20240716-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-rev20240310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20240716-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ public final class Environment extends com.google.api.client.json.GenericJson {
6464
@com.google.api.client.util.Key
6565
private java.lang.String name;
6666

67+
/**
68+
* Output only. Reserved for future use.
69+
* The value may be {@code null}.
70+
*/
71+
@com.google.api.client.util.Key
72+
private java.lang.Boolean satisfiesPzi;
73+
6774
/**
6875
* Output only. Reserved for future use.
6976
* The value may be {@code null}.
@@ -182,6 +189,23 @@ public Environment setName(java.lang.String name) {
182189
return this;
183190
}
184191

192+
/**
193+
* Output only. Reserved for future use.
194+
* @return value or {@code null} for none
195+
*/
196+
public java.lang.Boolean getSatisfiesPzi() {
197+
return satisfiesPzi;
198+
}
199+
200+
/**
201+
* Output only. Reserved for future use.
202+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
203+
*/
204+
public Environment setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
205+
this.satisfiesPzi = satisfiesPzi;
206+
return this;
207+
}
208+
185209
/**
186210
* Output only. Reserved for future use.
187211
* @return value or {@code null} for none

clients/google-api-services-composer/v1beta1/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>v1beta1-rev20240310-2.0.0</version>
12-
<name>Cloud Composer API v1beta1-rev20240310-2.0.0</name>
11+
<version>v1beta1-rev20240716-2.0.0</version>
12+
<name>Cloud Composer API v1beta1-rev20240716-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-composer/v1beta1/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-rev20240310-2.0.0</version>
25+
<version>v1beta1-rev20240716-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-rev20240310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20240716-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)