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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>
public RoutingConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RoutingConfig build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RoutingConfig buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RoutingConfig.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RoutingConfig.Builder>
java.io.IOException
public java.lang.String getTypeUrl()
string typeUrl = 1;
getTypeUrl
in interface RoutingConfigOrBuilder
public com.google.protobuf.ByteString getTypeUrlBytes()
string typeUrl = 1;
getTypeUrlBytes
in interface RoutingConfigOrBuilder
public 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 RoutingConfigOrBuilder
public int getTargetFunctionTypesCount()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;
getTargetFunctionTypesCount
in interface RoutingConfigOrBuilder
public TargetFunctionType getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;
getTargetFunctionTypes
in interface RoutingConfigOrBuilder
public 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 RoutingConfigOrBuilder
public java.util.List<? extends TargetFunctionTypeOrBuilder> getTargetFunctionTypesOrBuilderList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2;
getTargetFunctionTypesOrBuilderList
in interface RoutingConfigOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RoutingConfig.Builder>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.