Cloud Firestore V1 Client - Class IndexOperationMetadata (1.54.1)

Reference documentation and code samples for the Cloud Firestore V1 Client class IndexOperationMetadata.

Metadata for google.longrunning.Operation results from FirestoreAdmin.CreateIndex.

Generated from protobuf message google.firestore.admin.v1.IndexOperationMetadata

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.

↳ index string

The index resource that this operation is acting on. For example: projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

↳ state int

The state of the operation.

↳ progress_documents Progress

The progress, in documents, of this operation.

↳ progress_bytes Progress

The progress, in bytes, of this operation.

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

getIndex

The index resource that this operation is acting on. For example: projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

Returns
Type Description
string

setIndex

The index resource that this operation is acting on. For example: projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getState

The state of the operation.

Returns
Type Description
int Enum of type OperationState.

setState

The state of the 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