Skip to content

Commit

Permalink
feat: [google-cloud-oracledatabase] A new value ACCOUNT_SUSPENDED i…
Browse files Browse the repository at this point in the history
…s added to enum `State` (#13414)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 713276539

Source-Link:
googleapis/googleapis@3322b91

Source-Link:
googleapis/googleapis-gen@092c17d
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yYWNsZWRhdGFiYXNlLy5Pd2xCb3QueWFtbCIsImgiOiIwOTJjMTdkMzIyNGIyMzI1OGQ1NWU3YTZmMDk5MWU2NzNiNzdiNjMxIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent e89d3b2 commit d30f5ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,14 @@ class State(proto.Enum):
Account is linked but not active.
ACTIVE (3):
Entitlement and Account are active.
ACCOUNT_SUSPENDED (4):
Account is suspended.
"""
STATE_UNSPECIFIED = 0
ACCOUNT_NOT_LINKED = 1
ACCOUNT_NOT_ACTIVE = 2
ACTIVE = 3
ACCOUNT_SUSPENDED = 4

name: str = proto.Field(
proto.STRING,
Expand Down

0 comments on commit d30f5ea

Please # to comment.