You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/eventarc_v1.projects.locations.pipelines.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ <h3>Method Details</h3>
190
190
"maxRetryDelay": "A String", # 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.
191
191
"minRetryDelay": "A String", # 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.
192
192
},
193
+
"satisfiesPzs": True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
193
194
"uid": "A String", # 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.
194
195
"updateTime": "A String", # Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
195
196
}
@@ -348,6 +349,7 @@ <h3>Method Details</h3>
348
349
"maxRetryDelay": "A String", # 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.
349
350
"minRetryDelay": "A String", # 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.
350
351
},
352
+
"satisfiesPzs": True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
351
353
"uid": "A String", # 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.
352
354
"updateTime": "A String", # Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
353
355
}</pre>
@@ -493,6 +495,7 @@ <h3>Method Details</h3>
493
495
"maxRetryDelay": "A String", # 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.
494
496
"minRetryDelay": "A String", # 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.
495
497
},
498
+
"satisfiesPzs": True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
496
499
"uid": "A String", # 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.
497
500
"updateTime": "A String", # Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
498
501
},
@@ -597,6 +600,7 @@ <h3>Method Details</h3>
597
600
"maxRetryDelay": "A String", # 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.
598
601
"minRetryDelay": "A String", # 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.
599
602
},
603
+
"satisfiesPzs": True or False, # Output only. Whether or not this Pipeline satisfies the requirements of physical zone separation
600
604
"uid": "A String", # 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.
601
605
"updateTime": "A String", # Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
"description": "Optional. The retry policy to use in the pipeline."
3782
3782
},
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
+
},
3783
3788
"uid": {
3784
3789
"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.",
0 commit comments