Skip to content

Commit 66ef73a

Browse files
feat: [orchestration] add satisfies_pzi to Environment (#5676)
* feat: add `satisfies_pzi` to `Environment` PiperOrigin-RevId: 673910740 Source-Link: googleapis/googleapis@dcc4f93 Source-Link: googleapis/googleapis-gen@0683c79 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy1zZXJ2aWNlLy5Pd2xCb3QueWFtbCIsImgiOiIwNjgzYzc5M2QxODU0N2EwMTdmNDQ2NTMzYmVkNGJjZDA5ZjU2NWQ5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4f0945e commit 66ef73a

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

packages/google-cloud-orchestration-airflow-service/protos/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
}

packages/google-cloud-orchestration-airflow-service/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-orchestration-airflow-service/protos/protos.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-orchestration-airflow-service/protos/protos.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)