File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-eventarc/v1
com/google/api/services/eventarc/v1/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-eventarc</artifactId >
25
- <version >v1-rev20250411 -2.0.0</version >
25
+ <version >v1-rev20250624 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -142,6 +142,14 @@ public final class Pipeline extends com.google.api.client.json.GenericJson {
142
142
@ com .google .api .client .util .Key
143
143
private GoogleCloudEventarcV1PipelineRetryPolicy retryPolicy ;
144
144
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
+
145
153
/**
146
154
* Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string
147
155
* and guaranteed to remain unchanged until the resource is deleted.
@@ -397,6 +405,25 @@ public Pipeline setRetryPolicy(GoogleCloudEventarcV1PipelineRetryPolicy retryPol
397
405
return this ;
398
406
}
399
407
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
+
400
427
/**
401
428
* Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string
402
429
* and guaranteed to remain unchanged until the resource is deleted.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-eventarc</artifactId >
25
- <version >v1-rev20250411 -2.0.0</version >
25
+ <version >v1-rev20250624 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments