Skip to content

Commit fdecca6

Browse files
feat: [gdchardwaremanagement] Add OFFLINE state to Zone resources (#7513)
- [ ] Regenerate this pull request now. A new `OFFLINE` state has been added to the `Zone.State` enum. This state indicates that the zone is temporarily not operational, for example, while undergoing maintenance or repair PiperOrigin-RevId: 879057351 Source-Link: https://togithub.com/googleapis/googleapis/commit/40a49dc1a2305fecb768414c6837b65d3ea8b809 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/77daef772d6cb525e73509d99da77c54c86cb597 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdkY2hhcmR3YXJlbWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiNzdkYWVmNzcyZDZjYjUyNWU3MzUwOWQ5OWRhNzdjNTRjODZjYjU5NyJ9
1 parent 47deed9 commit fdecca6

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/google-cloud-gdchardwaremanagement/protos/google/cloud/gdchardwaremanagement/v1alpha/resources.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,9 @@ message Zone {
784784
// The Zone is ready for site turnup.
785785
READY_FOR_SITE_TURNUP = 6;
786786

787+
// The Zone is offline.
788+
OFFLINE = 9;
789+
787790
// The Zone failed in factory turnup checks.
788791
CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7;
789792

packages/google-cloud-gdchardwaremanagement/protos/protos.d.ts

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

packages/google-cloud-gdchardwaremanagement/protos/protos.js

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

packages/google-cloud-gdchardwaremanagement/protos/protos.json

Lines changed: 1 addition & 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)