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
Methods
__construct
Constructor.
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.
Generated from protobuf field .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int
setState
Output only. A message containing the operation state.
Generated from protobuf field .google.cloud.dataproc.v1.ClusterOperationStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int
$this
getInnerState
Output only. A message containing the detailed operation state.
Generated from protobuf field string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setInnerState
Output only. A message containing the detailed operation state.
Generated from protobuf field string inner_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getDetails
Output only. A message containing any operation metadata details.
Generated from protobuf field string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setDetails
Output only. A message containing any operation metadata details.
Generated from protobuf field string details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getStateStartTime
Output only. The time this state was entered.
Generated from protobuf field .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Timestamp|null
hasStateStartTime
clearStateStartTime
setStateStartTime
Output only. The time this state was entered.
Generated from protobuf field .google.protobuf.Timestamp state_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
Google\Protobuf\Timestamp
$this