public static final class RoutingConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder> implements RoutingConfigOrBuilder
org.apache.flink.statefun.flink.io.RoutingConfig| Modifier and Type | Method and Description |
|---|---|
RoutingConfig.Builder |
addAllTargetFunctionTypes(java.lang.Iterable<? extends TargetFunctionType> values)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
RoutingConfig.Builder |
addTargetFunctionTypes(int index,
TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
addTargetFunctionTypes(int index,
TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
addTargetFunctionTypes(TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
addTargetFunctionTypes(TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType.Builder |
addTargetFunctionTypesBuilder()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType.Builder |
addTargetFunctionTypesBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig |
build() |
RoutingConfig |
buildPartial() |
RoutingConfig.Builder |
clear() |
RoutingConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RoutingConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RoutingConfig.Builder |
clearTargetFunctionTypes()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
clearTypeUrl()
string typeUrl = 1; |
RoutingConfig.Builder |
clone() |
RoutingConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
TargetFunctionType |
getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType.Builder |
getTargetFunctionTypesBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.util.List<TargetFunctionType.Builder> |
getTargetFunctionTypesBuilderList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
int |
getTargetFunctionTypesCount()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.util.List<TargetFunctionType> |
getTargetFunctionTypesList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionTypeOrBuilder |
getTargetFunctionTypesOrBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.util.List<? extends TargetFunctionTypeOrBuilder> |
getTargetFunctionTypesOrBuilderList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.lang.String |
getTypeUrl()
string typeUrl = 1; |
com.google.protobuf.ByteString |
getTypeUrlBytes()
string typeUrl = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RoutingConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RoutingConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
RoutingConfig.Builder |
mergeFrom(RoutingConfig other) |
RoutingConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RoutingConfig.Builder |
removeTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
RoutingConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
RoutingConfig.Builder |
setTargetFunctionTypes(int index,
TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
setTargetFunctionTypes(int index,
TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
setTypeUrl(java.lang.String value)
string typeUrl = 1; |
RoutingConfig.Builder |
setTypeUrlBytes(com.google.protobuf.ByteString value)
string typeUrl = 1; |
RoutingConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RoutingConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RoutingConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RoutingConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RoutingConfig.Builder>public RoutingConfig.Builder mergeFrom(RoutingConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public RoutingConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RoutingConfig.Builder>java.io.IOExceptionpublic java.lang.String getTypeUrl()
string typeUrl = 1;getTypeUrl in interface RoutingConfigOrBuilderpublic com.google.protobuf.ByteString getTypeUrlBytes()
string typeUrl = 1;getTypeUrlBytes in interface RoutingConfigOrBuilderpublic RoutingConfig.Builder setTypeUrl(java.lang.String value)
string typeUrl = 1;public RoutingConfig.Builder clearTypeUrl()
string typeUrl = 1;public RoutingConfig.Builder setTypeUrlBytes(com.google.protobuf.ByteString value)
string typeUrl = 1;public java.util.List<TargetFunctionType> getTargetFunctionTypesList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;getTargetFunctionTypesList in interface RoutingConfigOrBuilderpublic int getTargetFunctionTypesCount()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;getTargetFunctionTypesCount in interface RoutingConfigOrBuilderpublic TargetFunctionType getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;getTargetFunctionTypes in interface RoutingConfigOrBuilderpublic RoutingConfig.Builder setTargetFunctionTypes(int index, TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder setTargetFunctionTypes(int index, TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder addTargetFunctionTypes(TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder addTargetFunctionTypes(int index, TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder addTargetFunctionTypes(TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder addTargetFunctionTypes(int index, TargetFunctionType.Builder builderForValue)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder addAllTargetFunctionTypes(java.lang.Iterable<? extends TargetFunctionType> values)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder clearTargetFunctionTypes()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public RoutingConfig.Builder removeTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public TargetFunctionType.Builder getTargetFunctionTypesBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public TargetFunctionTypeOrBuilder getTargetFunctionTypesOrBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;getTargetFunctionTypesOrBuilder in interface RoutingConfigOrBuilderpublic java.util.List<? extends TargetFunctionTypeOrBuilder> getTargetFunctionTypesOrBuilderList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;getTargetFunctionTypesOrBuilderList in interface RoutingConfigOrBuilderpublic TargetFunctionType.Builder addTargetFunctionTypesBuilder()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public TargetFunctionType.Builder addTargetFunctionTypesBuilder(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public java.util.List<TargetFunctionType.Builder> getTargetFunctionTypesBuilderList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;public final RoutingConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>public final RoutingConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.