Package com.google.cloud.alloydb.v1alpha
Interface ListSupportedDatabaseFlagsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSupportedDatabaseFlagsResponse,ListSupportedDatabaseFlagsResponse.Builder
public interface ListSupportedDatabaseFlagsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextPageToken()A token identifying a page of results the server should return.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token identifying a page of results the server should return.SupportedDatabaseFlaggetSupportedDatabaseFlags(int index)The list of SupportedDatabaseFlags.intgetSupportedDatabaseFlagsCount()The list of SupportedDatabaseFlags.List<SupportedDatabaseFlag>getSupportedDatabaseFlagsList()The list of SupportedDatabaseFlags.SupportedDatabaseFlagOrBuildergetSupportedDatabaseFlagsOrBuilder(int index)The list of SupportedDatabaseFlags.List<? extends SupportedDatabaseFlagOrBuilder>getSupportedDatabaseFlagsOrBuilderList()The list of SupportedDatabaseFlags.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSupportedDatabaseFlagsList
List<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlags
SupportedDatabaseFlag getSupportedDatabaseFlags(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsCount
int getSupportedDatabaseFlagsCount()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsOrBuilderList
List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsOrBuilder
SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1alpha.SupportedDatabaseFlag supported_database_flags = 1;
-
getNextPageToken
String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-