class documentation

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant ABORTED Undocumented
Constant ALREADY_EXISTS Undocumented
Constant CANCELLED Undocumented
Constant DATA_LOSS Undocumented
Constant DEADLINE_EXCEEDED Undocumented
Constant FAILED_PRECONDITION Undocumented
Constant INTERNAL Undocumented
Constant INVALID_ARGUMENT Undocumented
Constant NOT_FOUND Undocumented
Constant OK Undocumented
Constant OUT_OF_RANGE Undocumented
Constant PERMISSION_DENIED Undocumented
Constant RESOURCE_EXHAUSTED Undocumented
Constant UNAUTHENTICATED Undocumented
Constant UNAVAILABLE Undocumented
Constant UNIMPLEMENTED Undocumented
Constant UNKNOWN Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('google.rpc.Code')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'google.rpc.Code'

Undocumented

Value
10
ALREADY_EXISTS: int = (source)

Undocumented

Value
6
CANCELLED: int = (source)

Undocumented

Value
1
DATA_LOSS: int = (source)

Undocumented

Value
15
DEADLINE_EXCEEDED: int = (source)

Undocumented

Value
4
FAILED_PRECONDITION: int = (source)

Undocumented

Value
9
INTERNAL: int = (source)

Undocumented

Value
13
INVALID_ARGUMENT: int = (source)

Undocumented

Value
3
NOT_FOUND: int = (source)

Undocumented

Value
5

Undocumented

Value
0
OUT_OF_RANGE: int = (source)

Undocumented

Value
11
PERMISSION_DENIED: int = (source)

Undocumented

Value
7
RESOURCE_EXHAUSTED: int = (source)

Undocumented

Value
8
UNAUTHENTICATED: int = (source)

Undocumented

Value
16
UNAVAILABLE: int = (source)

Undocumented

Value
14
UNIMPLEMENTED: int = (source)

Undocumented

Value
12

Undocumented

Value
2