Interface ImportDocumentsMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImportDocumentsMetadata, ImportDocumentsMetadata.Builder

@Generated public interface ImportDocumentsMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStartTime

      boolean hasStartTime()
       The time this operation started.
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       The time this operation started.
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The time this operation started.
       
      .google.protobuf.Timestamp start_time = 1;
    • hasEndTime

      boolean hasEndTime()
       The time this operation completed. Will be unset if operation still in
       progress.
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       The time this operation completed. Will be unset if operation still in
       progress.
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       The time this operation completed. Will be unset if operation still in
       progress.
       
      .google.protobuf.Timestamp end_time = 2;
    • getOperationStateValue

      int getOperationStateValue()
       The state of the import operation.
       
      .google.firestore.admin.v1.OperationState operation_state = 3;
      Returns:
      The enum numeric value on the wire for operationState.
    • getOperationState

      OperationState getOperationState()
       The state of the import operation.
       
      .google.firestore.admin.v1.OperationState operation_state = 3;
      Returns:
      The operationState.
    • hasProgressDocuments

      boolean hasProgressDocuments()
       The progress, in documents, of this operation.
       
      .google.firestore.admin.v1.Progress progress_documents = 4;
      Returns:
      Whether the progressDocuments field is set.
    • getProgressDocuments

      Progress getProgressDocuments()
       The progress, in documents, of this operation.
       
      .google.firestore.admin.v1.Progress progress_documents = 4;
      Returns:
      The progressDocuments.
    • getProgressDocumentsOrBuilder

      ProgressOrBuilder getProgressDocumentsOrBuilder()
       The progress, in documents, of this operation.
       
      .google.firestore.admin.v1.Progress progress_documents = 4;
    • hasProgressBytes

      boolean hasProgressBytes()
       The progress, in bytes, of this operation.
       
      .google.firestore.admin.v1.Progress progress_bytes = 5;
      Returns:
      Whether the progressBytes field is set.
    • getProgressBytes

      Progress getProgressBytes()
       The progress, in bytes, of this operation.
       
      .google.firestore.admin.v1.Progress progress_bytes = 5;
      Returns:
      The progressBytes.
    • getProgressBytesOrBuilder

      ProgressOrBuilder getProgressBytesOrBuilder()
       The progress, in bytes, of this operation.
       
      .google.firestore.admin.v1.Progress progress_bytes = 5;
    • getCollectionIdsList

      List<String> getCollectionIdsList()
       Which collection IDs are being imported.
       
      repeated string collection_ids = 6;
      Returns:
      A list containing the collectionIds.
    • getCollectionIdsCount

      int getCollectionIdsCount()
       Which collection IDs are being imported.
       
      repeated string collection_ids = 6;
      Returns:
      The count of collectionIds.
    • getCollectionIds

      String getCollectionIds(int index)
       Which collection IDs are being imported.
       
      repeated string collection_ids = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The collectionIds at the given index.
    • getCollectionIdsBytes

      com.google.protobuf.ByteString getCollectionIdsBytes(int index)
       Which collection IDs are being imported.
       
      repeated string collection_ids = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the collectionIds at the given index.
    • getInputUriPrefix

      String getInputUriPrefix()
       The location of the documents being imported.
       
      string input_uri_prefix = 7;
      Returns:
      The inputUriPrefix.
    • getInputUriPrefixBytes

      com.google.protobuf.ByteString getInputUriPrefixBytes()
       The location of the documents being imported.
       
      string input_uri_prefix = 7;
      Returns:
      The bytes for inputUriPrefix.
    • getNamespaceIdsList

      List<String> getNamespaceIdsList()
       Which namespace IDs are being imported.
       
      repeated string namespace_ids = 8;
      Returns:
      A list containing the namespaceIds.
    • getNamespaceIdsCount

      int getNamespaceIdsCount()
       Which namespace IDs are being imported.
       
      repeated string namespace_ids = 8;
      Returns:
      The count of namespaceIds.
    • getNamespaceIds

      String getNamespaceIds(int index)
       Which namespace IDs are being imported.
       
      repeated string namespace_ids = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The namespaceIds at the given index.
    • getNamespaceIdsBytes

      com.google.protobuf.ByteString getNamespaceIdsBytes(int index)
       Which namespace IDs are being imported.
       
      repeated string namespace_ids = 8;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the namespaceIds at the given index.