Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ClusterOperationStatus.
The status of the operation.
Generated from protobuf message google.cloud.dataproc.v1.ClusterOperationStatus
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Output only. A message containing the operation state. |
↳ inner_state |
string
Output only. A message containing the detailed operation state. |
↳ details |
string
Output only. A message containing any operation metadata details. |
↳ state_start_time |
Google\Protobuf\Timestamp
Output only. The time this state was entered. |
getState
Output only. A message containing the operation state.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. A message containing the operation state.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getInnerState
Output only. A message containing the detailed operation state.
Returns | |
---|---|
Type | Description |
string |
setInnerState
Output only. A message containing the detailed operation state.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDetails
Output only. A message containing any operation metadata details.
Returns | |
---|---|
Type | Description |
string |
setDetails
Output only. A message containing any operation metadata details.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateStartTime
Output only. The time this state was entered.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStateStartTime
clearStateStartTime
setStateStartTime
Output only. The time this state was entered.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |