Skip to content

Commit d30f5ea

Browse files
feat: [google-cloud-oracledatabase] A new value ACCOUNT_SUSPENDED is 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 <[email protected]>
1 parent e89d3b2 commit d30f5ea

File tree

1 file changed

+3
-0
lines changed
  • packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/types

1 file changed

+3
-0
lines changed

packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/types/entitlement.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ class State(proto.Enum):
5757
Account is linked but not active.
5858
ACTIVE (3):
5959
Entitlement and Account are active.
60+
ACCOUNT_SUSPENDED (4):
61+
Account is suspended.
6062
"""
6163
STATE_UNSPECIFIED = 0
6264
ACCOUNT_NOT_LINKED = 1
6365
ACCOUNT_NOT_ACTIVE = 2
6466
ACTIVE = 3
67+
ACCOUNT_SUSPENDED = 4
6568

6669
name: str = proto.Field(
6770
proto.STRING,

0 commit comments

Comments
 (0)