public interface ListDatabasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabases(int index)
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1; |
int |
getDatabasesCount()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1; |
List<Database> |
getDatabasesList()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1; |
DatabaseOrBuilder |
getDatabasesOrBuilder(int index)
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1; |
List<? extends DatabaseOrBuilder> |
getDatabasesOrBuilderList()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1; |
String |
getNextPageToken()
A token identifying the next page of results the server should return.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token identifying the next page of results the server should return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Database> getDatabasesList()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1;Database getDatabases(int index)
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1;int getDatabasesCount()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1;List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1;DatabaseOrBuilder getDatabasesOrBuilder(int index)
The list of databases
repeated .google.cloud.alloydb.v1.Database databases = 1;String getNextPageToken()
A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.