Package com.google.firestore.admin.v1
Interface ListDatabasesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDatabasesResponse,ListDatabasesResponse.Builder
@Generated
public interface ListDatabasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDatabases(int index) The databases in the project.intThe databases in the project.The databases in the project.getDatabasesOrBuilder(int index) The databases in the project.List<? extends DatabaseOrBuilder>The databases in the project.getUnreachable(int index) In the event that data about individual databases cannot be listed they will be recorded here.com.google.protobuf.ByteStringgetUnreachableBytes(int index) In the event that data about individual databases cannot be listed they will be recorded here.intIn the event that data about individual databases cannot be listed they will be recorded here.In the event that data about individual databases cannot be listed they will be recorded here.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDatabasesList
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1; -
getDatabases
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1; -
getDatabasesCount
int getDatabasesCount()The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1; -
getDatabasesOrBuilderList
List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1; -
getDatabasesOrBuilder
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1; -
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:
- A list containing the unreachable.
-
getUnreachableCount
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:
- The count of unreachable.
-
getUnreachable
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;- Parameters:
index- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-