public static final class StreamLocation.Builder extends GeneratedMessageV3.Builder<StreamLocation.Builder> implements StreamLocationOrBuilder
Describes a stream of data, either as input to be processed or as
output of a streaming Dataflow job.
Protobuf type google.dataflow.v1beta3.StreamLocation
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 StreamLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public StreamLocation build()
buildPartial()
public StreamLocation buildPartial()
clear()
public StreamLocation.Builder clear()
Overrides
clearCustomSourceLocation()
public StreamLocation.Builder clearCustomSourceLocation()
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
clearField(Descriptors.FieldDescriptor field)
public StreamLocation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLocation()
public StreamLocation.Builder clearLocation()
clearOneof(Descriptors.OneofDescriptor oneof)
public StreamLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPubsubLocation()
public StreamLocation.Builder clearPubsubLocation()
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
public StreamLocation.Builder clearSideInputLocation()
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
clearStreamingStageLocation()
public StreamLocation.Builder clearStreamingStageLocation()
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
clone()
public StreamLocation.Builder clone()
Overrides
getCustomSourceLocation()
public CustomSourceLocation getCustomSourceLocation()
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
getCustomSourceLocationBuilder()
public CustomSourceLocation.Builder getCustomSourceLocationBuilder()
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
getCustomSourceLocationOrBuilder()
public CustomSourceLocationOrBuilder getCustomSourceLocationOrBuilder()
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
getDefaultInstanceForType()
public StreamLocation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLocationCase()
public StreamLocation.LocationCase getLocationCase()
getPubsubLocation()
public PubsubLocation getPubsubLocation()
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
getPubsubLocationBuilder()
public PubsubLocation.Builder getPubsubLocationBuilder()
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
getPubsubLocationOrBuilder()
public PubsubLocationOrBuilder getPubsubLocationOrBuilder()
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
public StreamingSideInputLocation getSideInputLocation()
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
public StreamingSideInputLocation.Builder getSideInputLocationBuilder()
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
public StreamingSideInputLocationOrBuilder getSideInputLocationOrBuilder()
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
getStreamingStageLocation()
public StreamingStageLocation getStreamingStageLocation()
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
getStreamingStageLocationBuilder()
public StreamingStageLocation.Builder getStreamingStageLocationBuilder()
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
getStreamingStageLocationOrBuilder()
public StreamingStageLocationOrBuilder getStreamingStageLocationOrBuilder()
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
hasCustomSourceLocation()
public boolean hasCustomSourceLocation()
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
Returns |
Type |
Description |
boolean |
Whether the customSourceLocation field is set.
|
hasPubsubLocation()
public boolean hasPubsubLocation()
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
Returns |
Type |
Description |
boolean |
Whether the pubsubLocation field is set.
|
public boolean hasSideInputLocation()
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
Returns |
Type |
Description |
boolean |
Whether the sideInputLocation field is set.
|
hasStreamingStageLocation()
public boolean hasStreamingStageLocation()
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
Returns |
Type |
Description |
boolean |
Whether the streamingStageLocation field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCustomSourceLocation(CustomSourceLocation value)
public StreamLocation.Builder mergeCustomSourceLocation(CustomSourceLocation value)
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
mergeFrom(StreamLocation other)
public StreamLocation.Builder mergeFrom(StreamLocation other)
public StreamLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StreamLocation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergePubsubLocation(PubsubLocation value)
public StreamLocation.Builder mergePubsubLocation(PubsubLocation value)
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
public StreamLocation.Builder mergeSideInputLocation(StreamingSideInputLocation value)
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
mergeStreamingStageLocation(StreamingStageLocation value)
public StreamLocation.Builder mergeStreamingStageLocation(StreamingStageLocation value)
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StreamLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCustomSourceLocation(CustomSourceLocation value)
public StreamLocation.Builder setCustomSourceLocation(CustomSourceLocation value)
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
setCustomSourceLocation(CustomSourceLocation.Builder builderForValue)
public StreamLocation.Builder setCustomSourceLocation(CustomSourceLocation.Builder builderForValue)
The stream is a custom source.
.google.dataflow.v1beta3.CustomSourceLocation custom_source_location = 4;
setField(Descriptors.FieldDescriptor field, Object value)
public StreamLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPubsubLocation(PubsubLocation value)
public StreamLocation.Builder setPubsubLocation(PubsubLocation value)
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
setPubsubLocation(PubsubLocation.Builder builderForValue)
public StreamLocation.Builder setPubsubLocation(PubsubLocation.Builder builderForValue)
The stream is a pubsub stream.
.google.dataflow.v1beta3.PubsubLocation pubsub_location = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StreamLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public StreamLocation.Builder setSideInputLocation(StreamingSideInputLocation value)
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
public StreamLocation.Builder setSideInputLocation(StreamingSideInputLocation.Builder builderForValue)
The stream is a streaming side input.
.google.dataflow.v1beta3.StreamingSideInputLocation side_input_location = 3;
setStreamingStageLocation(StreamingStageLocation value)
public StreamLocation.Builder setStreamingStageLocation(StreamingStageLocation value)
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
setStreamingStageLocation(StreamingStageLocation.Builder builderForValue)
public StreamLocation.Builder setStreamingStageLocation(StreamingStageLocation.Builder builderForValue)
The stream is part of another computation within the current
streaming Dataflow job.
.google.dataflow.v1beta3.StreamingStageLocation streaming_stage_location = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final StreamLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides