Google Cloud Datastore Admin V1 Client - Class IndexOperationMetadata (0.6.0)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class IndexOperationMetadata.

Metadata for Index operations.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ common Google\Cloud\Datastore\Admin\V1\CommonMetadata

Metadata common to all Datastore Admin operations.

↳ progress_entities Google\Cloud\Datastore\Admin\V1\Progress

An estimate of the number of entities processed.

↳ index_id string

The index resource ID that this operation is acting on.

getCommon

Metadata common to all Datastore Admin operations.

Returns
TypeDescription
Google\Cloud\Datastore\Admin\V1\CommonMetadata|null

hasCommon

clearCommon

setCommon

Metadata common to all Datastore Admin operations.

Parameter
NameDescription
var Google\Cloud\Datastore\Admin\V1\CommonMetadata
Returns
TypeDescription
$this

getProgressEntities

An estimate of the number of entities processed.

Returns
TypeDescription
Google\Cloud\Datastore\Admin\V1\Progress|null

hasProgressEntities

clearProgressEntities

setProgressEntities

An estimate of the number of entities processed.

Parameter
NameDescription
var Google\Cloud\Datastore\Admin\V1\Progress
Returns
TypeDescription
$this

getIndexId

The index resource ID that this operation is acting on.

Returns
TypeDescription
string

setIndexId

The index resource ID that this operation is acting on.

Parameter
NameDescription
var string
Returns
TypeDescription
$this