Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class OperationMetadata.
Metadata describing the operation.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.OperationMetadata
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Output only. The current operation state.
↳ operation_type
int
Output only. The type of the operation being performed.
↳ resource
↳ resource_uuid
string
Output only. The UUID of the resource being operated on.
↳ create_time
↳ end_time
Google\Protobuf\Timestamp
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
getState
Output only. The current operation state.
int
setState
Output only. The current operation state.
var
int
$this
getOperationType
Output only. The type of the operation being performed.
int
setOperationType
Output only. The type of the operation being performed.
var
int
$this
getResource
Output only. The relative name of the resource being operated on.
string
setResource
Output only. The relative name of the resource being operated on.
var
string
$this
getResourceUuid
Output only. The UUID of the resource being operated on.
string
setResourceUuid
Output only. The UUID of the resource being operated on.
var
string
$this
getCreateTime
Output only. The timestamp of the operation submission to the server.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp of the operation submission to the server.
$this
getEndTime
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
hasEndTime
clearEndTime
setEndTime
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
$this