Package com.google.cloud.alloydb.v1beta
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 String
getNextPageToken()
A token identifying a page of results the server should return.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token identifying a page of results the server should return.SupportedDatabaseFlag
getSupportedDatabaseFlags(int index)
The list of SupportedDatabaseFlags.int
getSupportedDatabaseFlagsCount()
The list of SupportedDatabaseFlags.List<SupportedDatabaseFlag>
getSupportedDatabaseFlagsList()
The list of SupportedDatabaseFlags.SupportedDatabaseFlagOrBuilder
getSupportedDatabaseFlagsOrBuilder(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.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlags
SupportedDatabaseFlag getSupportedDatabaseFlags(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsCount
int getSupportedDatabaseFlagsCount()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsOrBuilderList
List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
-
getSupportedDatabaseFlagsOrBuilder
SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.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.
-
-