Interface SessionMetadataOrBuilder (0.1.0)

public interface SessionMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSupportedFeatures(int index)

public abstract SqlDataFeature getSupportedFeatures(int index)

The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

repeated .google.cloud.sql.v1beta4.SqlDataFeature supported_features = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
SqlDataFeature

The supportedFeatures at the given index.

getSupportedFeaturesCount()

public abstract int getSupportedFeaturesCount()

The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

repeated .google.cloud.sql.v1beta4.SqlDataFeature supported_features = 1;

Returns
Type Description
int

The count of supportedFeatures.

getSupportedFeaturesList()

public abstract List<SqlDataFeature> getSupportedFeaturesList()

The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

repeated .google.cloud.sql.v1beta4.SqlDataFeature supported_features = 1;

Returns
Type Description
List<SqlDataFeature>

A list containing the supportedFeatures.

getSupportedFeaturesValue(int index)

public abstract int getSupportedFeaturesValue(int index)

The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

repeated .google.cloud.sql.v1beta4.SqlDataFeature supported_features = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of supportedFeatures at the given index.

getSupportedFeaturesValueList()

public abstract List<Integer> getSupportedFeaturesValueList()

The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

repeated .google.cloud.sql.v1beta4.SqlDataFeature supported_features = 1;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for supportedFeatures.