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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Datastore\Admin\V1\CommonMetadata|null |
hasCommon
clearCommon
setCommon
Metadata common to all Datastore Admin operations.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Datastore\Admin\V1\CommonMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getProgressEntities
An estimate of the number of entities processed.
Returns | |
---|---|
Type | Description |
Google\Cloud\Datastore\Admin\V1\Progress|null |
hasProgressEntities
clearProgressEntities
setProgressEntities
An estimate of the number of entities processed.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Datastore\Admin\V1\Progress
|
Returns | |
---|---|
Type | Description |
$this |
getIndexId
The index resource ID that this operation is acting on.
Returns | |
---|---|
Type | Description |
string |
setIndexId
The index resource ID that this operation is acting on.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |