Google Cloud Recommendation Engine V1beta1 Client - Class PurgeUserEventsMetadata (0.5.0)

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
NameDescription
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
TypeDescription
string

setOperationName

The ID of the request / operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Operation create time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Operation create time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this