Reference documentation and code samples for the Cloud Firestore V1 Client class ImportDocumentsMetadata.
Metadata for google.longrunning.Operation results from FirestoreAdmin.ImportDocuments .
Generated from protobuf message google.firestore.admin.v1.ImportDocumentsMetadata
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
↳ end_time
Google\Protobuf\Timestamp
The time this operation completed. Will be unset if operation still in progress.
↳ operation_state
int
The state of the import operation.
↳ progress_documents
↳ progress_bytes
↳ collection_ids
array
Which collection IDs are being imported.
↳ input_uri_prefix
string
The location of the documents being imported.
↳ namespace_ids
array
Which namespace IDs are being imported.
getStartTime
The time this operation started.
hasStartTime
clearStartTime
setStartTime
The time this operation started.
$this
getEndTime
The time this operation completed. Will be unset if operation still in progress.
hasEndTime
clearEndTime
setEndTime
The time this operation completed. Will be unset if operation still in progress.
$this
getOperationState
The state of the import operation.
int
setOperationState
The state of the import operation.
var
int
$this
getProgressDocuments
The progress, in documents, of this operation.
hasProgressDocuments
clearProgressDocuments
setProgressDocuments
The progress, in documents, of this operation.
$this
getProgressBytes
The progress, in bytes, of this operation.
hasProgressBytes
clearProgressBytes
setProgressBytes
The progress, in bytes, of this operation.
$this
getCollectionIds
Which collection IDs are being imported.
setCollectionIds
Which collection IDs are being imported.
var
string[]
$this
getInputUriPrefix
The location of the documents being imported.
string
setInputUriPrefix
The location of the documents being imported.
var
string
$this
getNamespaceIds
Which namespace IDs are being imported.
setNamespaceIds
Which namespace IDs are being imported.
var
string[]
$this