public interface ListSupportedDatabaseFlagsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
SupportedDatabaseFlag getSupportedDatabaseFlags(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
int getSupportedDatabaseFlagsCount()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)
The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.