Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class PurgeUserEventsMetadata.
Metadata related to the progress of the PurgeUserEvents operation.
This will be returned by the google.longrunning.Operation.metadata field.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.PurgeUserEventsMetadata
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ operation_name | stringThe ID of the request / operation. | 
| ↳ create_time | Google\Protobuf\TimestampOperation create time. | 
getOperationName
The ID of the request / operation.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setOperationName
The ID of the request / operation.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getCreateTime
Operation create time.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasCreateTime
clearCreateTime
setCreateTime
Operation create time.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |