Package com.google.dataflow.v1beta3
Class TopologyConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
- com.google.dataflow.v1beta3.TopologyConfig.Builder
-
- All Implemented Interfaces:
TopologyConfigOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TopologyConfig
public static final class TopologyConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder> implements TopologyConfigOrBuilder
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Protobuf typegoogle.dataflow.v1beta3.TopologyConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TopologyConfig.Builder
addAllComputations(Iterable<? extends ComputationTopology> values)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
addAllDataDiskAssignments(Iterable<? extends DataDiskAssignment> values)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
addComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
addComputations(int index, ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
addComputations(ComputationTopology value)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
addComputations(ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.ComputationTopology.Builder
addComputationsBuilder()
The computations associated with a streaming Dataflow job.ComputationTopology.Builder
addComputationsBuilder(int index)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
addDataDiskAssignments(int index, DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
addDataDiskAssignments(int index, DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
addDataDiskAssignments(DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
addDataDiskAssignments(DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.DataDiskAssignment.Builder
addDataDiskAssignmentsBuilder()
The disks assigned to a streaming Dataflow job.DataDiskAssignment.Builder
addDataDiskAssignmentsBuilder(int index)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TopologyConfig
build()
TopologyConfig
buildPartial()
TopologyConfig.Builder
clear()
TopologyConfig.Builder
clearComputations()
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
clearDataDiskAssignments()
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TopologyConfig.Builder
clearForwardingKeyBits()
The size (in bits) of keys that will be assigned to source messages.TopologyConfig.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TopologyConfig.Builder
clearPersistentStateVersion()
Version number for persistent state.TopologyConfig.Builder
clearUserStageToComputationNameMap()
TopologyConfig.Builder
clone()
boolean
containsUserStageToComputationNameMap(String key)
Maps user stage names to stable computation names.ComputationTopology
getComputations(int index)
The computations associated with a streaming Dataflow job.ComputationTopology.Builder
getComputationsBuilder(int index)
The computations associated with a streaming Dataflow job.List<ComputationTopology.Builder>
getComputationsBuilderList()
The computations associated with a streaming Dataflow job.int
getComputationsCount()
The computations associated with a streaming Dataflow job.List<ComputationTopology>
getComputationsList()
The computations associated with a streaming Dataflow job.ComputationTopologyOrBuilder
getComputationsOrBuilder(int index)
The computations associated with a streaming Dataflow job.List<? extends ComputationTopologyOrBuilder>
getComputationsOrBuilderList()
The computations associated with a streaming Dataflow job.DataDiskAssignment
getDataDiskAssignments(int index)
The disks assigned to a streaming Dataflow job.DataDiskAssignment.Builder
getDataDiskAssignmentsBuilder(int index)
The disks assigned to a streaming Dataflow job.List<DataDiskAssignment.Builder>
getDataDiskAssignmentsBuilderList()
The disks assigned to a streaming Dataflow job.int
getDataDiskAssignmentsCount()
The disks assigned to a streaming Dataflow job.List<DataDiskAssignment>
getDataDiskAssignmentsList()
The disks assigned to a streaming Dataflow job.DataDiskAssignmentOrBuilder
getDataDiskAssignmentsOrBuilder(int index)
The disks assigned to a streaming Dataflow job.List<? extends DataDiskAssignmentOrBuilder>
getDataDiskAssignmentsOrBuilderList()
The disks assigned to a streaming Dataflow job.TopologyConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
int
getForwardingKeyBits()
The size (in bits) of keys that will be assigned to source messages.Map<String,String>
getMutableUserStageToComputationNameMap()
Deprecated.int
getPersistentStateVersion()
Version number for persistent state.Map<String,String>
getUserStageToComputationNameMap()
Deprecated.int
getUserStageToComputationNameMapCount()
Maps user stage names to stable computation names.Map<String,String>
getUserStageToComputationNameMapMap()
Maps user stage names to stable computation names.String
getUserStageToComputationNameMapOrDefault(String key, String defaultValue)
Maps user stage names to stable computation names.String
getUserStageToComputationNameMapOrThrow(String key)
Maps user stage names to stable computation names.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
TopologyConfig.Builder
mergeFrom(TopologyConfig other)
TopologyConfig.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TopologyConfig.Builder
mergeFrom(com.google.protobuf.Message other)
TopologyConfig.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TopologyConfig.Builder
putAllUserStageToComputationNameMap(Map<String,String> values)
Maps user stage names to stable computation names.TopologyConfig.Builder
putUserStageToComputationNameMap(String key, String value)
Maps user stage names to stable computation names.TopologyConfig.Builder
removeComputations(int index)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
removeDataDiskAssignments(int index)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
removeUserStageToComputationNameMap(String key)
Maps user stage names to stable computation names.TopologyConfig.Builder
setComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
setComputations(int index, ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
setDataDiskAssignments(int index, DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
setDataDiskAssignments(int index, DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.TopologyConfig.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TopologyConfig.Builder
setForwardingKeyBits(int value)
The size (in bits) of keys that will be assigned to source messages.TopologyConfig.Builder
setPersistentStateVersion(int value)
Version number for persistent state.TopologyConfig.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TopologyConfig.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, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
clear
public TopologyConfig.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<TopologyConfig.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<TopologyConfig.Builder>
-
getDefaultInstanceForType
public TopologyConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TopologyConfig build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TopologyConfig buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TopologyConfig.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<TopologyConfig.Builder>
-
setField
public TopologyConfig.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<TopologyConfig.Builder>
-
clearField
public TopologyConfig.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<TopologyConfig.Builder>
-
clearOneof
public TopologyConfig.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<TopologyConfig.Builder>
-
setRepeatedField
public TopologyConfig.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<TopologyConfig.Builder>
-
addRepeatedField
public TopologyConfig.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<TopologyConfig.Builder>
-
mergeFrom
public TopologyConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TopologyConfig.Builder>
-
mergeFrom
public TopologyConfig.Builder mergeFrom(TopologyConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
mergeFrom
public TopologyConfig.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<TopologyConfig.Builder>
- Throws:
IOException
-
getComputationsList
public List<ComputationTopology> getComputationsList()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
- Specified by:
getComputationsList
in interfaceTopologyConfigOrBuilder
-
getComputationsCount
public int getComputationsCount()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
- Specified by:
getComputationsCount
in interfaceTopologyConfigOrBuilder
-
getComputations
public ComputationTopology getComputations(int index)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
- Specified by:
getComputations
in interfaceTopologyConfigOrBuilder
-
setComputations
public TopologyConfig.Builder setComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
setComputations
public TopologyConfig.Builder setComputations(int index, ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addComputations
public TopologyConfig.Builder addComputations(ComputationTopology value)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addComputations
public TopologyConfig.Builder addComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addComputations
public TopologyConfig.Builder addComputations(ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addComputations
public TopologyConfig.Builder addComputations(int index, ComputationTopology.Builder builderForValue)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addAllComputations
public TopologyConfig.Builder addAllComputations(Iterable<? extends ComputationTopology> values)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
clearComputations
public TopologyConfig.Builder clearComputations()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
removeComputations
public TopologyConfig.Builder removeComputations(int index)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
getComputationsBuilder
public ComputationTopology.Builder getComputationsBuilder(int index)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
getComputationsOrBuilder
public ComputationTopologyOrBuilder getComputationsOrBuilder(int index)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
- Specified by:
getComputationsOrBuilder
in interfaceTopologyConfigOrBuilder
-
getComputationsOrBuilderList
public List<? extends ComputationTopologyOrBuilder> getComputationsOrBuilderList()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
- Specified by:
getComputationsOrBuilderList
in interfaceTopologyConfigOrBuilder
-
addComputationsBuilder
public ComputationTopology.Builder addComputationsBuilder()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
addComputationsBuilder
public ComputationTopology.Builder addComputationsBuilder(int index)
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
getComputationsBuilderList
public List<ComputationTopology.Builder> getComputationsBuilderList()
The computations associated with a streaming Dataflow job.
repeated .google.dataflow.v1beta3.ComputationTopology computations = 1;
-
getDataDiskAssignmentsList
public List<DataDiskAssignment> getDataDiskAssignmentsList()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
- Specified by:
getDataDiskAssignmentsList
in interfaceTopologyConfigOrBuilder
-
getDataDiskAssignmentsCount
public int getDataDiskAssignmentsCount()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
- Specified by:
getDataDiskAssignmentsCount
in interfaceTopologyConfigOrBuilder
-
getDataDiskAssignments
public DataDiskAssignment getDataDiskAssignments(int index)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
- Specified by:
getDataDiskAssignments
in interfaceTopologyConfigOrBuilder
-
setDataDiskAssignments
public TopologyConfig.Builder setDataDiskAssignments(int index, DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
setDataDiskAssignments
public TopologyConfig.Builder setDataDiskAssignments(int index, DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addDataDiskAssignments
public TopologyConfig.Builder addDataDiskAssignments(DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addDataDiskAssignments
public TopologyConfig.Builder addDataDiskAssignments(int index, DataDiskAssignment value)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addDataDiskAssignments
public TopologyConfig.Builder addDataDiskAssignments(DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addDataDiskAssignments
public TopologyConfig.Builder addDataDiskAssignments(int index, DataDiskAssignment.Builder builderForValue)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addAllDataDiskAssignments
public TopologyConfig.Builder addAllDataDiskAssignments(Iterable<? extends DataDiskAssignment> values)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
clearDataDiskAssignments
public TopologyConfig.Builder clearDataDiskAssignments()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
removeDataDiskAssignments
public TopologyConfig.Builder removeDataDiskAssignments(int index)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
getDataDiskAssignmentsBuilder
public DataDiskAssignment.Builder getDataDiskAssignmentsBuilder(int index)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
getDataDiskAssignmentsOrBuilder
public DataDiskAssignmentOrBuilder getDataDiskAssignmentsOrBuilder(int index)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
- Specified by:
getDataDiskAssignmentsOrBuilder
in interfaceTopologyConfigOrBuilder
-
getDataDiskAssignmentsOrBuilderList
public List<? extends DataDiskAssignmentOrBuilder> getDataDiskAssignmentsOrBuilderList()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
- Specified by:
getDataDiskAssignmentsOrBuilderList
in interfaceTopologyConfigOrBuilder
-
addDataDiskAssignmentsBuilder
public DataDiskAssignment.Builder addDataDiskAssignmentsBuilder()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
addDataDiskAssignmentsBuilder
public DataDiskAssignment.Builder addDataDiskAssignmentsBuilder(int index)
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
getDataDiskAssignmentsBuilderList
public List<DataDiskAssignment.Builder> getDataDiskAssignmentsBuilderList()
The disks assigned to a streaming Dataflow job.
repeated .google.dataflow.v1beta3.DataDiskAssignment data_disk_assignments = 2;
-
getUserStageToComputationNameMapCount
public int getUserStageToComputationNameMapCount()
Description copied from interface:TopologyConfigOrBuilder
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
- Specified by:
getUserStageToComputationNameMapCount
in interfaceTopologyConfigOrBuilder
-
containsUserStageToComputationNameMap
public boolean containsUserStageToComputationNameMap(String key)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
- Specified by:
containsUserStageToComputationNameMap
in interfaceTopologyConfigOrBuilder
-
getUserStageToComputationNameMap
@Deprecated public Map<String,String> getUserStageToComputationNameMap()
Deprecated.UsegetUserStageToComputationNameMapMap()
instead.- Specified by:
getUserStageToComputationNameMap
in interfaceTopologyConfigOrBuilder
-
getUserStageToComputationNameMapMap
public Map<String,String> getUserStageToComputationNameMapMap()
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
- Specified by:
getUserStageToComputationNameMapMap
in interfaceTopologyConfigOrBuilder
-
getUserStageToComputationNameMapOrDefault
public String getUserStageToComputationNameMapOrDefault(String key, String defaultValue)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
- Specified by:
getUserStageToComputationNameMapOrDefault
in interfaceTopologyConfigOrBuilder
-
getUserStageToComputationNameMapOrThrow
public String getUserStageToComputationNameMapOrThrow(String key)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
- Specified by:
getUserStageToComputationNameMapOrThrow
in interfaceTopologyConfigOrBuilder
-
clearUserStageToComputationNameMap
public TopologyConfig.Builder clearUserStageToComputationNameMap()
-
removeUserStageToComputationNameMap
public TopologyConfig.Builder removeUserStageToComputationNameMap(String key)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
-
getMutableUserStageToComputationNameMap
@Deprecated public Map<String,String> getMutableUserStageToComputationNameMap()
Deprecated.Use alternate mutation accessors instead.
-
putUserStageToComputationNameMap
public TopologyConfig.Builder putUserStageToComputationNameMap(String key, String value)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
-
putAllUserStageToComputationNameMap
public TopologyConfig.Builder putAllUserStageToComputationNameMap(Map<String,String> values)
Maps user stage names to stable computation names.
map<string, string> user_stage_to_computation_name_map = 3;
-
getForwardingKeyBits
public int getForwardingKeyBits()
The size (in bits) of keys that will be assigned to source messages.
int32 forwarding_key_bits = 4;
- Specified by:
getForwardingKeyBits
in interfaceTopologyConfigOrBuilder
- Returns:
- The forwardingKeyBits.
-
setForwardingKeyBits
public TopologyConfig.Builder setForwardingKeyBits(int value)
The size (in bits) of keys that will be assigned to source messages.
int32 forwarding_key_bits = 4;
- Parameters:
value
- The forwardingKeyBits to set.- Returns:
- This builder for chaining.
-
clearForwardingKeyBits
public TopologyConfig.Builder clearForwardingKeyBits()
The size (in bits) of keys that will be assigned to source messages.
int32 forwarding_key_bits = 4;
- Returns:
- This builder for chaining.
-
getPersistentStateVersion
public int getPersistentStateVersion()
Version number for persistent state.
int32 persistent_state_version = 5;
- Specified by:
getPersistentStateVersion
in interfaceTopologyConfigOrBuilder
- Returns:
- The persistentStateVersion.
-
setPersistentStateVersion
public TopologyConfig.Builder setPersistentStateVersion(int value)
Version number for persistent state.
int32 persistent_state_version = 5;
- Parameters:
value
- The persistentStateVersion to set.- Returns:
- This builder for chaining.
-
clearPersistentStateVersion
public TopologyConfig.Builder clearPersistentStateVersion()
Version number for persistent state.
int32 persistent_state_version = 5;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final TopologyConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
mergeUnknownFields
public final TopologyConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TopologyConfig.Builder>
-
-