Enum ConnectSettings.MdxProtocolSupport (0.1.0)

public enum ConnectSettings.MdxProtocolSupport extends Enum<ConnectSettings.MdxProtocolSupport> implements ProtocolMessageEnum

MdxProtocolSupport describes parts of the MDX protocol supported by this instance.

Protobuf enum google.cloud.sql.v1beta4.ConnectSettings.MdxProtocolSupport

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLIENT_PROTOCOL_TYPE

Client should send the client protocol type in the MDX request.

CLIENT_PROTOCOL_TYPE = 1;

CLIENT_PROTOCOL_TYPE_VALUE

Client should send the client protocol type in the MDX request.

CLIENT_PROTOCOL_TYPE = 1;

MDX_PROTOCOL_SUPPORT_UNSPECIFIED

Not specified.

MDX_PROTOCOL_SUPPORT_UNSPECIFIED = 0;

MDX_PROTOCOL_SUPPORT_UNSPECIFIED_VALUE

Not specified.

MDX_PROTOCOL_SUPPORT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()