Enum MetadataExchangeResponse.ResponseCode (0.5.0)

public enum MetadataExchangeResponse.ResponseCode extends Enum<MetadataExchangeResponse.ResponseCode> implements ProtocolMessageEnum

Response code.

Protobuf enum google.cloud.alloydb.connectors.v1alpha.MetadataExchangeResponse.ResponseCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Failure

ERROR = 2;

ERROR_VALUE

Failure

ERROR = 2;

OK

Success

OK = 1;

OK_VALUE

Success

OK = 1;

RESPONSE_CODE_UNSPECIFIED

Unknown response code

RESPONSE_CODE_UNSPECIFIED = 0;

RESPONSE_CODE_UNSPECIFIED_VALUE

Unknown response code

RESPONSE_CODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()