Interface SqlFlagsListRequestOrBuilder (0.1.0)

public interface SqlFlagsListRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseVersion()

public abstract String getDatabaseVersion()

Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.

string database_version = 1;

Returns
Type Description
String

The databaseVersion.

getDatabaseVersionBytes()

public abstract ByteString getDatabaseVersionBytes()

Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.

string database_version = 1;

Returns
Type Description
ByteString

The bytes for databaseVersion.

getFlagScope()

public abstract SqlFlagScope getFlagScope()

Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.

optional .google.cloud.sql.v1beta4.SqlFlagScope flag_scope = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SqlFlagScope

The flagScope.

getFlagScopeValue()

public abstract int getFlagScopeValue()

Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.

optional .google.cloud.sql.v1beta4.SqlFlagScope flag_scope = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for flagScope.

hasFlagScope()

public abstract boolean hasFlagScope()

Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.

optional .google.cloud.sql.v1beta4.SqlFlagScope flag_scope = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the flagScope field is set.