Skip to content

Commit dcc4f93

Browse files
Google APIscopybara-github
authored andcommitted
feat: add satisfies_pzi to Environment
PiperOrigin-RevId: 673910740
1 parent c5bc296 commit dcc4f93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/orchestration/airflow/service/v1beta1/environments.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,9 @@ message Environment {
20682068
// Output only. Reserved for future use.
20692069
bool satisfies_pzs = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
20702070

2071+
// Output only. Reserved for future use.
2072+
bool satisfies_pzi = 10 [(google.api.field_behavior) = OUTPUT_ONLY];
2073+
20712074
// Optional. Storage configuration for this environment.
20722075
StorageConfig storage_config = 9 [(google.api.field_behavior) = OPTIONAL];
20732076
}

0 commit comments

Comments
 (0)