Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::StragglerInfo (v0.13.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StragglerInfo.

Information useful for straggler identification and debugging.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#causes

def causes() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

#causes=

def causes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns