Class: Google::Cloud::Firestore::Admin::V1::ImportDocumentsMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::Admin::V1::ImportDocumentsMetadata
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/firestore/admin/v1/operation.rb
 
Overview
Metadata for google.longrunning.Operation results from FirestoreAdmin.ImportDocuments.
Instance Attribute Summary collapse
- 
  
    
      #collection_ids  ⇒ ::Array<::String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Which collection IDs are being imported.
 - 
  
    
      #end_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time this operation completed.
 - 
  
    
      #input_uri_prefix  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location of the documents being imported.
 - 
  
    
      #namespace_ids  ⇒ ::Array<::String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Which namespace IDs are being imported.
 - 
  
    
      #operation_state  ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the import operation.
 - 
  
    
      #progress_bytes  ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The progress, in bytes, of this operation.
 - 
  
    
      #progress_documents  ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The progress, in documents, of this operation.
 - 
  
    
      #start_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time this operation started.
 
Instance Attribute Details
#collection_ids ⇒ ::Array<::String>
Returns Which collection IDs are being imported.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation completed. Will be unset if operation still in progress.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#input_uri_prefix ⇒ ::String
Returns The location of the documents being imported.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#namespace_ids ⇒ ::Array<::String>
Returns Which namespace IDs are being imported.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#operation_state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns The state of the import operation.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#progress_bytes ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in bytes, of this operation.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#progress_documents ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in documents, of this operation.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation started.
      200 201 202 203  | 
    
      # File 'proto_docs/google/firestore/admin/v1/operation.rb', line 200 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |