Send feedback
Class Straggler.Builder (0.67.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class Straggler . Builder extends GeneratedMessageV3 . Builder<Straggler . Builder > implements StragglerOrBuilder
Information for a straggler.
Protobuf type google.dataflow.v1beta3.Straggler
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Straggler . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
buildPartial()
public Straggler buildPartial ()
clear()
public Straggler . Builder clear ()
Overrides
clearBatchStraggler()
public Straggler . Builder clearBatchStraggler ()
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
clearField(Descriptors.FieldDescriptor field)
public Straggler . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Straggler . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearStragglerInfo()
public Straggler . Builder clearStragglerInfo ()
clearStreamingStraggler()
public Straggler . Builder clearStreamingStraggler ()
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
clone()
public Straggler . Builder clone ()
Overrides
getBatchStraggler()
public StragglerInfo getBatchStraggler ()
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
getBatchStragglerBuilder()
public StragglerInfo . Builder getBatchStragglerBuilder ()
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
getBatchStragglerOrBuilder()
public StragglerInfoOrBuilder getBatchStragglerOrBuilder ()
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
getDefaultInstanceForType()
public Straggler getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getStragglerInfoCase()
public Straggler . StragglerInfoCase getStragglerInfoCase ()
getStreamingStraggler()
public StreamingStragglerInfo getStreamingStraggler ()
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
getStreamingStragglerBuilder()
public StreamingStragglerInfo . Builder getStreamingStragglerBuilder ()
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
getStreamingStragglerOrBuilder()
public StreamingStragglerInfoOrBuilder getStreamingStragglerOrBuilder ()
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
hasBatchStraggler()
public boolean hasBatchStraggler ()
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
Returns
Type
Description
boolean
Whether the batchStraggler field is set.
hasStreamingStraggler()
public boolean hasStreamingStraggler ()
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
Returns
Type
Description
boolean
Whether the streamingStraggler field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeBatchStraggler(StragglerInfo value)
public Straggler . Builder mergeBatchStraggler ( StragglerInfo value )
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
mergeFrom(Straggler other)
public Straggler . Builder mergeFrom ( Straggler other )
public Straggler . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Straggler . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeStreamingStraggler(StreamingStragglerInfo value)
public Straggler . Builder mergeStreamingStraggler ( StreamingStragglerInfo value )
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Straggler . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setBatchStraggler(StragglerInfo value)
public Straggler . Builder setBatchStraggler ( StragglerInfo value )
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
setBatchStraggler(StragglerInfo.Builder builderForValue)
public Straggler . Builder setBatchStraggler ( StragglerInfo . Builder builderForValue )
Batch straggler identification and debugging information.
.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public Straggler . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Straggler . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setStreamingStraggler(StreamingStragglerInfo value)
public Straggler . Builder setStreamingStraggler ( StreamingStragglerInfo value )
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
setStreamingStraggler(StreamingStragglerInfo.Builder builderForValue)
public Straggler . Builder setStreamingStraggler ( StreamingStragglerInfo . Builder builderForValue )
Streaming straggler identification and debugging information.
.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;
setUnknownFields(UnknownFieldSet unknownFields)
public final Straggler . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-03 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-03 UTC."],[],[]]