Google Cloud Datastore Admin V1 Client - Class IndexOperationMetadata (1.0.4)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ common |
CommonMetadata
Metadata common to all Datastore Admin operations. |
↳ progress_entities |
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 |
CommonMetadata|null |
|
hasCommon
clearCommon
setCommon
Metadata common to all Datastore Admin operations.
| Parameter | |
|---|---|
| Name | Description |
var |
CommonMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProgressEntities
An estimate of the number of entities processed.
| Returns | |
|---|---|
| Type | Description |
Progress|null |
|
hasProgressEntities
clearProgressEntities
setProgressEntities
An estimate of the number of entities processed.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
|