Skip to content

Commit 72b3b06

Browse files
1 parent bf076fd commit 72b3b06

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

clients/google-api-services-eventarc/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-eventarc</artifactId>
25-
<version>v1-rev20250411-2.0.0</version>
25+
<version>v1-rev20250624-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-eventarc:v1-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250624-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/Pipeline.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ public final class Pipeline extends com.google.api.client.json.GenericJson {
142142
@com.google.api.client.util.Key
143143
private GoogleCloudEventarcV1PipelineRetryPolicy retryPolicy;
144144

145+
/**
146+
* Output only. Whether or not this Pipeline satisfies the requirements of physical zone
147+
* separation
148+
* The value may be {@code null}.
149+
*/
150+
@com.google.api.client.util.Key
151+
private java.lang.Boolean satisfiesPzs;
152+
145153
/**
146154
* Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string
147155
* and guaranteed to remain unchanged until the resource is deleted.
@@ -397,6 +405,25 @@ public Pipeline setRetryPolicy(GoogleCloudEventarcV1PipelineRetryPolicy retryPol
397405
return this;
398406
}
399407

408+
/**
409+
* Output only. Whether or not this Pipeline satisfies the requirements of physical zone
410+
* separation
411+
* @return value or {@code null} for none
412+
*/
413+
public java.lang.Boolean getSatisfiesPzs() {
414+
return satisfiesPzs;
415+
}
416+
417+
/**
418+
* Output only. Whether or not this Pipeline satisfies the requirements of physical zone
419+
* separation
420+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
421+
*/
422+
public Pipeline setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
423+
this.satisfiesPzs = satisfiesPzs;
424+
return this;
425+
}
426+
400427
/**
401428
* Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string
402429
* and guaranteed to remain unchanged until the resource is deleted.

clients/google-api-services-eventarc/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-eventarc</artifactId>
11-
<version>v1-rev20250411-2.0.0</version>
12-
<name>Eventarc API v1-rev20250411-2.0.0</name>
11+
<version>v1-rev20250624-2.0.0</version>
12+
<name>Eventarc API v1-rev20250624-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-eventarc/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-eventarc</artifactId>
25-
<version>v1-rev20250411-2.0.0</version>
25+
<version>v1-rev20250624-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-eventarc:v1-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250624-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)