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 Type
    Method
    Description
    getDatabases(int index)
    The databases in the project.
    int
    The databases in the project.
    The databases in the project.
    The databases in the project.
    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.ByteString
    In the event that data about individual databases cannot be listed they will be recorded here.
    int
    In 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDatabasesList

      List<Database> getDatabasesList()
       The databases in the project.
       
      repeated .google.firestore.admin.v1.Database databases = 1;
    • getDatabases

      Database getDatabases(int index)
       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

      DatabaseOrBuilder getDatabasesOrBuilder(int index)
       The databases in the project.
       
      repeated .google.firestore.admin.v1.Database databases = 1;
    • getUnreachableList

      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:
      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

      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;
      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.