class documentation

class Warning__Code(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant CODE_DEPRECATED_ENDPOINT Endpoint is deprecated.
Constant CODE_DEPRECATED_PROTO Proto field, message or service is deprecated.
Constant CODE_DEPRECATED_SPEC_VALUE_REQUEST Deprecated value was used in the request.
Constant CODE_DEPRECATED_SPEC_VALUE_RESPONSE Deprecated value was observed in the response.
Constant CODE_DEPRECATED_TOOL_VERSION Client tool version is deprecated.
Constant CODE_INVALID_NEBIUS_ID_FORMAT_REQUEST Nebius ID in the request has an invalid format.
Constant CODE_INVALID_NEBIUS_ID_REQUEST Nebius ID in the request has an invalid resource type.
Constant CODE_NOT_RECOMMENDED_SPEC_VALUE_REQUEST Not-recommended value was used in the request.
Constant CODE_REGION_ROUTING_FAILOVER The request was served via failover routing.
Constant CODE_UNSPECIFIED Code is not specified.

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('nebius.common.v1.Warning.Code')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.common.v1.Warning.Code'
CODE_DEPRECATED_ENDPOINT: int = (source)

Endpoint is deprecated.

Value
3
CODE_DEPRECATED_PROTO: int = (source)

Proto field, message or service is deprecated.

Value
4
CODE_DEPRECATED_SPEC_VALUE_REQUEST: int = (source)

Deprecated value was used in the request.

Value
5
CODE_DEPRECATED_SPEC_VALUE_RESPONSE: int = (source)

Deprecated value was observed in the response.

Value
6
CODE_DEPRECATED_TOOL_VERSION: int = (source)

Client tool version is deprecated.

Value
2
CODE_INVALID_NEBIUS_ID_FORMAT_REQUEST: int = (source)

Nebius ID in the request has an invalid format.

Value
9
CODE_INVALID_NEBIUS_ID_REQUEST: int = (source)

Nebius ID in the request has an invalid resource type.

Value
8
CODE_NOT_RECOMMENDED_SPEC_VALUE_REQUEST: int = (source)

Not-recommended value was used in the request.

Value
7
CODE_REGION_ROUTING_FAILOVER: int = (source)

The request was served via failover routing.

Value
1
CODE_UNSPECIFIED: int = (source)

Code is not specified.

Value
0