We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ACCOUNT_SUSPENDED
State
1 parent e89d3b2 commit d30f5eaCopy full SHA for d30f5ea
packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/types/entitlement.py
@@ -57,11 +57,14 @@ class State(proto.Enum):
57
Account is linked but not active.
58
ACTIVE (3):
59
Entitlement and Account are active.
60
+ ACCOUNT_SUSPENDED (4):
61
+ Account is suspended.
62
"""
63
STATE_UNSPECIFIED = 0
64
ACCOUNT_NOT_LINKED = 1
65
ACCOUNT_NOT_ACTIVE = 2
66
ACTIVE = 3
67
+ ACCOUNT_SUSPENDED = 4
68
69
name: str = proto.Field(
70
proto.STRING,
0 commit comments