Interface protos.google.cloud.dataproc.v1.IClusterOperationStatus (2.4.4)

Properties of a ClusterOperationStatus.

Package

@google-cloud/dataproc!

Properties

details

details?: (string|null);

ClusterOperationStatus details

Property Value
TypeDescription
(string|null)

innerState

innerState?: (string|null);

ClusterOperationStatus innerState

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.dataproc.v1.ClusterOperationStatus.State|keyof typeof google.cloud.dataproc.v1.ClusterOperationStatus.State|null);

ClusterOperationStatus state

Property Value
TypeDescription
(google.cloud.dataproc.v1.ClusterOperationStatus.State|keyof typeof google.cloud.dataproc.v1.ClusterOperationStatus.State|null)

stateStartTime

stateStartTime?: (google.protobuf.ITimestamp|null);

ClusterOperationStatus stateStartTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)