public enum SqlDataFeature extends Enum<SqlDataFeature> implements ProtocolMessageEnumThe session features. The server must send the supported features in its first message to the client.
Protobuf enum google.cloud.sql.v1beta4.SqlDataFeature
Implements
ProtocolMessageEnumStatic 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_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_UNSPECIFIED |
The feature is not specified. This value should not be used. |
SQL_DATA_FEATURE_UNSPECIFIED_VALUE |
The feature is not specified. This value should not be used. |
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() |
|