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
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ operation_name |
string
The ID of the request / operation. |
↳ create_time |
Google\Protobuf\Timestamp
Operation 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 |