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

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

Information for a straggler.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#batch_straggler

def batch_straggler() -> ::Google::Cloud::Dataflow::V1beta3::StragglerInfo
Returns
  • (::Google::Cloud::Dataflow::V1beta3::StragglerInfo) — Batch straggler identification and debugging information.

    Note: The following fields are mutually exclusive: batch_straggler, streaming_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.

#batch_straggler=

def batch_straggler=(value) -> ::Google::Cloud::Dataflow::V1beta3::StragglerInfo
Parameter
  • value (::Google::Cloud::Dataflow::V1beta3::StragglerInfo) — Batch straggler identification and debugging information.

    Note: The following fields are mutually exclusive: batch_straggler, streaming_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dataflow::V1beta3::StragglerInfo) — Batch straggler identification and debugging information.

    Note: The following fields are mutually exclusive: batch_straggler, streaming_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.

#streaming_straggler

def streaming_straggler() -> ::Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo
Returns
  • (::Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo) — Streaming straggler identification and debugging information.

    Note: The following fields are mutually exclusive: streaming_straggler, batch_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.

#streaming_straggler=

def streaming_straggler=(value) -> ::Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo
Parameter
  • value (::Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo) — Streaming straggler identification and debugging information.

    Note: The following fields are mutually exclusive: streaming_straggler, batch_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo) — Streaming straggler identification and debugging information.

    Note: The following fields are mutually exclusive: streaming_straggler, batch_straggler. If a field in that set is populated, all other fields in the set will automatically be cleared.