public interface ListDatabasesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatabases(int index)
public abstract Database getDatabases(int index)
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Database |
getDatabasesCount()
public abstract int getDatabasesCount()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Returns | |
---|---|
Type | Description |
int |
getDatabasesList()
public abstract List<Database> getDatabasesList()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Returns | |
---|---|
Type | Description |
List<Database> |
getDatabasesOrBuilder(int index)
public abstract DatabaseOrBuilder getDatabasesOrBuilder(int index)
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DatabaseOrBuilder |
getDatabasesOrBuilderList()
public abstract List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.firestore.admin.v1.DatabaseOrBuilder> |
getUnreachable(int index)
public abstract String getUnreachable(int index)
In the event that data about individual databases cannot be listed they will be recorded here.
An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)
In the event that data about individual databases cannot be listed they will be recorded here.
An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()
In the event that data about individual databases cannot be listed they will be recorded here.
An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()
In the event that data about individual databases cannot be listed they will be recorded here.
An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the unreachable. |