Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class OperationMetadata.
Metadata describing an operation.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.OperationMetadata
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 operation being performed. |
↳ resource |
string
Output only. The resource being operated on, as a relative resource name. |
↳ resource_uuid |
string
Output only. The UUID of the resource being operated on. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was submitted to the server. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing. |
getState
Output only. The current operation state.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. The current operation state.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getOperationType
Output only. The type of operation being performed.
Returns | |
---|---|
Type | Description |
int |
setOperationType
Output only. The type of operation being performed.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getResource
Output only. The resource being operated on, as a relative resource name.
Returns | |
---|---|
Type | Description |
string |
setResource
Output only. The resource being operated on, as a relative resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResourceUuid
Output only. The UUID of the resource being operated on.
Returns | |
---|---|
Type | Description |
string |
setResourceUuid
Output only. The UUID of the resource being operated on.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The time the operation was submitted to the server.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was submitted to the server.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |