Skip to content

Commit 7352f76

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - schemas.Pipeline.properties.satisfiesPzs (Total Keys: 2)
1 parent 6bbfa2e commit 7352f76

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/eventarc_v1.projects.locations.pipelines.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ <h3>Method Details</h3>
190190
&quot;maxRetryDelay&quot;: &quot;A String&quot;, # Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
191191
&quot;minRetryDelay&quot;: &quot;A String&quot;, # Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
192192
},
193+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
193194
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
194195
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, with nanosecond resolution and up to nine fractional digits. Examples: &quot;2014-10-02T15:01:23Z&quot; and &quot;2014-10-02T15:01:23.045123456Z&quot;.
195196
}
@@ -348,6 +349,7 @@ <h3>Method Details</h3>
348349
&quot;maxRetryDelay&quot;: &quot;A String&quot;, # Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
349350
&quot;minRetryDelay&quot;: &quot;A String&quot;, # Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
350351
},
352+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
351353
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
352354
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, with nanosecond resolution and up to nine fractional digits. Examples: &quot;2014-10-02T15:01:23Z&quot; and &quot;2014-10-02T15:01:23.045123456Z&quot;.
353355
}</pre>
@@ -493,6 +495,7 @@ <h3>Method Details</h3>
493495
&quot;maxRetryDelay&quot;: &quot;A String&quot;, # Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
494496
&quot;minRetryDelay&quot;: &quot;A String&quot;, # Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
495497
},
498+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
496499
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
497500
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, with nanosecond resolution and up to nine fractional digits. Examples: &quot;2014-10-02T15:01:23Z&quot; and &quot;2014-10-02T15:01:23.045123456Z&quot;.
498501
},
@@ -597,6 +600,7 @@ <h3>Method Details</h3>
597600
&quot;maxRetryDelay&quot;: &quot;A String&quot;, # Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
598601
&quot;minRetryDelay&quot;: &quot;A String&quot;, # Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
599602
},
603+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
600604
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
601605
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, with nanosecond resolution and up to nine fractional digits. Examples: &quot;2014-10-02T15:01:23Z&quot; and &quot;2014-10-02T15:01:23.045123456Z&quot;.
602606
}

googleapiclient/discovery_cache/documents/eventarc.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,7 @@
24662466
}
24672467
}
24682468
},
2469-
"revision": "20250411",
2469+
"revision": "20250624",
24702470
"rootUrl": "https://eventarc.googleapis.com/",
24712471
"schemas": {
24722472
"AuditConfig": {
@@ -3780,6 +3780,11 @@
37803780
"$ref": "GoogleCloudEventarcV1PipelineRetryPolicy",
37813781
"description": "Optional. The retry policy to use in the pipeline."
37823782
},
3783+
"satisfiesPzs": {
3784+
"description": "Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation",
3785+
"readOnly": true,
3786+
"type": "boolean"
3787+
},
37833788
"uid": {
37843789
"description": "Output only. Server-assigned unique identifier for the Pipeline. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.",
37853790
"readOnly": true,

0 commit comments

Comments
 (0)