Interface ListSupportedDatabaseFlagsResponseOrBuilder (0.30.0)

public interface ListSupportedDatabaseFlagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSupportedDatabaseFlags(int index)

public abstract SupportedDatabaseFlag getSupportedDatabaseFlags(int index)

The list of SupportedDatabaseFlags.

repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SupportedDatabaseFlag

getSupportedDatabaseFlagsCount()

public abstract int getSupportedDatabaseFlagsCount()

The list of SupportedDatabaseFlags.

repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;

Returns
TypeDescription
int

getSupportedDatabaseFlagsList()

public abstract List<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()

The list of SupportedDatabaseFlags.

repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;

Returns
TypeDescription
List<SupportedDatabaseFlag>

getSupportedDatabaseFlagsOrBuilder(int index)

public abstract SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)

The list of SupportedDatabaseFlags.

repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SupportedDatabaseFlagOrBuilder

getSupportedDatabaseFlagsOrBuilderList()

public abstract List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()

The list of SupportedDatabaseFlags.

repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;

Returns
TypeDescription
List<? extends com.google.cloud.alloydb.v1alpha.SupportedDatabaseFlagOrBuilder>