Package com.google.dataflow.v1beta3
Class StreamingSideInputLocation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
- com.google.dataflow.v1beta3.StreamingSideInputLocation.Builder
-
- All Implemented Interfaces:
StreamingSideInputLocationOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- StreamingSideInputLocation
public static final class StreamingSideInputLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder> implements StreamingSideInputLocationOrBuilder
Identifies the location of a streaming side input.
Protobuf typegoogle.dataflow.v1beta3.StreamingSideInputLocation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingSideInputLocation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingSideInputLocation
build()
StreamingSideInputLocation
buildPartial()
StreamingSideInputLocation.Builder
clear()
StreamingSideInputLocation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StreamingSideInputLocation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StreamingSideInputLocation.Builder
clearStateFamily()
Identifies the state family where this side input is stored.StreamingSideInputLocation.Builder
clearTag()
Identifies the particular side input within the streaming Dataflow job.StreamingSideInputLocation.Builder
clone()
StreamingSideInputLocation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getStateFamily()
Identifies the state family where this side input is stored.com.google.protobuf.ByteString
getStateFamilyBytes()
Identifies the state family where this side input is stored.String
getTag()
Identifies the particular side input within the streaming Dataflow job.com.google.protobuf.ByteString
getTagBytes()
Identifies the particular side input within the streaming Dataflow job.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
StreamingSideInputLocation.Builder
mergeFrom(StreamingSideInputLocation other)
StreamingSideInputLocation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StreamingSideInputLocation.Builder
mergeFrom(com.google.protobuf.Message other)
StreamingSideInputLocation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StreamingSideInputLocation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingSideInputLocation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StreamingSideInputLocation.Builder
setStateFamily(String value)
Identifies the state family where this side input is stored.StreamingSideInputLocation.Builder
setStateFamilyBytes(com.google.protobuf.ByteString value)
Identifies the state family where this side input is stored.StreamingSideInputLocation.Builder
setTag(String value)
Identifies the particular side input within the streaming Dataflow job.StreamingSideInputLocation.Builder
setTagBytes(com.google.protobuf.ByteString value)
Identifies the particular side input within the streaming Dataflow job.StreamingSideInputLocation.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
clear
public StreamingSideInputLocation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
getDefaultInstanceForType
public StreamingSideInputLocation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StreamingSideInputLocation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StreamingSideInputLocation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StreamingSideInputLocation.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
setField
public StreamingSideInputLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
clearField
public StreamingSideInputLocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
clearOneof
public StreamingSideInputLocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
setRepeatedField
public StreamingSideInputLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
addRepeatedField
public StreamingSideInputLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
mergeFrom
public StreamingSideInputLocation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingSideInputLocation.Builder>
-
mergeFrom
public StreamingSideInputLocation.Builder mergeFrom(StreamingSideInputLocation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
mergeFrom
public StreamingSideInputLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingSideInputLocation.Builder>
- Throws:
IOException
-
getTag
public String getTag()
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
- Specified by:
getTag
in interfaceStreamingSideInputLocationOrBuilder
- Returns:
- The tag.
-
getTagBytes
public com.google.protobuf.ByteString getTagBytes()
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
- Specified by:
getTagBytes
in interfaceStreamingSideInputLocationOrBuilder
- Returns:
- The bytes for tag.
-
setTag
public StreamingSideInputLocation.Builder setTag(String value)
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
- Parameters:
value
- The tag to set.- Returns:
- This builder for chaining.
-
clearTag
public StreamingSideInputLocation.Builder clearTag()
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
- Returns:
- This builder for chaining.
-
setTagBytes
public StreamingSideInputLocation.Builder setTagBytes(com.google.protobuf.ByteString value)
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
- Parameters:
value
- The bytes for tag to set.- Returns:
- This builder for chaining.
-
getStateFamily
public String getStateFamily()
Identifies the state family where this side input is stored.
string state_family = 2;
- Specified by:
getStateFamily
in interfaceStreamingSideInputLocationOrBuilder
- Returns:
- The stateFamily.
-
getStateFamilyBytes
public com.google.protobuf.ByteString getStateFamilyBytes()
Identifies the state family where this side input is stored.
string state_family = 2;
- Specified by:
getStateFamilyBytes
in interfaceStreamingSideInputLocationOrBuilder
- Returns:
- The bytes for stateFamily.
-
setStateFamily
public StreamingSideInputLocation.Builder setStateFamily(String value)
Identifies the state family where this side input is stored.
string state_family = 2;
- Parameters:
value
- The stateFamily to set.- Returns:
- This builder for chaining.
-
clearStateFamily
public StreamingSideInputLocation.Builder clearStateFamily()
Identifies the state family where this side input is stored.
string state_family = 2;
- Returns:
- This builder for chaining.
-
setStateFamilyBytes
public StreamingSideInputLocation.Builder setStateFamilyBytes(com.google.protobuf.ByteString value)
Identifies the state family where this side input is stored.
string state_family = 2;
- Parameters:
value
- The bytes for stateFamily to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final StreamingSideInputLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
mergeUnknownFields
public final StreamingSideInputLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
-
-