public interface ListSupportedDatabaseFlagsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getSupportedDatabaseFlags(int index)
public abstract SupportedDatabaseFlag getSupportedDatabaseFlags(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlag |
|
getSupportedDatabaseFlagsCount()
public abstract int getSupportedDatabaseFlagsCount()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSupportedDatabaseFlagsList()
public abstract List<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
List<SupportedDatabaseFlag> |
|
getSupportedDatabaseFlagsOrBuilder(int index)
public abstract SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder(int index)The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SupportedDatabaseFlagOrBuilder |
|
getSupportedDatabaseFlagsOrBuilderList()
public abstract List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()The list of SupportedDatabaseFlags.
repeated .google.cloud.alloydb.v1beta.SupportedDatabaseFlag supported_database_flags = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.alloydb.v1beta.SupportedDatabaseFlagOrBuilder> |
|