Cloud Firestore V1 Client - Class ImportDocumentsMetadata (1.54.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ start_time Google\Protobuf\Timestamp

The time this operation started.

↳ 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

The progress, in documents, of this operation.

↳ progress_bytes Progress

The progress, in bytes, of this operation.

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

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time this operation started.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

The time this operation completed. Will be unset if operation still in progress.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time this operation completed. Will be unset if operation still in progress.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getOperationState

The state of the import operation.

Returns
Type Description
int Enum of type OperationState.

setOperationState

The state of the import operation.

Parameter
Name Description
var int

Enum of type OperationState.

Returns
Type Description
$this

getProgressDocuments

The progress, in documents, of this operation.

Returns
Type Description
Progress|null

hasProgressDocuments

clearProgressDocuments

setProgressDocuments

The progress, in documents, of this operation.

Parameter
Name Description
var Progress
Returns
Type Description
$this

getProgressBytes

The progress, in bytes, of this operation.

Returns
Type Description
Progress|null

hasProgressBytes

clearProgressBytes

setProgressBytes

The progress, in bytes, of this operation.

Parameter
Name Description
var Progress
Returns
Type Description
$this

getCollectionIds

Which collection IDs are being imported.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCollectionIds

Which collection IDs are being imported.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getInputUriPrefix

The location of the documents being imported.

Returns
Type Description
string

setInputUriPrefix

The location of the documents being imported.

Parameter
Name Description
var string
Returns
Type Description
$this

getNamespaceIds

Which namespace IDs are being imported.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNamespaceIds

Which namespace IDs are being imported.

Parameter
Name Description
var string[]
Returns
Type Description
$this