Enum SqlDataFeature (0.1.0)

public enum SqlDataFeature extends Enum<SqlDataFeature> implements ProtocolMessageEnum

The session features. The server must send the supported features in its first message to the client.

Protobuf enum google.cloud.sql.v1beta4.SqlDataFeature

Implements

ProtocolMessageEnum

Static Fields

Name Description
SQL_DATA_FEATURE_RECONNECT

The server supports reconnecting to the session. If this feature is not present, the client should not attempt to reconnect to the session.

SQL_DATA_FEATURE_RECONNECT = 1;

SQL_DATA_FEATURE_RECONNECT_VALUE

The server supports reconnecting to the session. If this feature is not present, the client should not attempt to reconnect to the session.

SQL_DATA_FEATURE_RECONNECT = 1;

SQL_DATA_FEATURE_UNSPECIFIED

The feature is not specified. This value should not be used.

SQL_DATA_FEATURE_UNSPECIFIED = 0;

SQL_DATA_FEATURE_UNSPECIFIED_VALUE

The feature is not specified. This value should not be used.

SQL_DATA_FEATURE_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()