public static final class LoadBalancingStrategy.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder> implements LoadBalancingStrategyOrBuilder
io.axoniq.axonserver.grpc.admin.LoadBalancingStrategy| Modifier and Type | Method and Description |
|---|---|
LoadBalancingStrategy.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LoadBalancingStrategy |
build() |
LoadBalancingStrategy |
buildPartial() |
LoadBalancingStrategy.Builder |
clear() |
LoadBalancingStrategy.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LoadBalancingStrategy.Builder |
clearLabel()
string label = 2; |
LoadBalancingStrategy.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LoadBalancingStrategy.Builder |
clearStrategy()
string strategy = 1; |
LoadBalancingStrategy.Builder |
clone() |
LoadBalancingStrategy |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLabel()
string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
string label = 2; |
String |
getStrategy()
string strategy = 1; |
com.google.protobuf.ByteString |
getStrategyBytes()
string strategy = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LoadBalancingStrategy.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LoadBalancingStrategy.Builder |
mergeFrom(LoadBalancingStrategy other) |
LoadBalancingStrategy.Builder |
mergeFrom(com.google.protobuf.Message other) |
LoadBalancingStrategy.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LoadBalancingStrategy.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LoadBalancingStrategy.Builder |
setLabel(String value)
string label = 2; |
LoadBalancingStrategy.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
string label = 2; |
LoadBalancingStrategy.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LoadBalancingStrategy.Builder |
setStrategy(String value)
string strategy = 1; |
LoadBalancingStrategy.Builder |
setStrategyBytes(com.google.protobuf.ByteString value)
string strategy = 1; |
LoadBalancingStrategy.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.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<LoadBalancingStrategy.Builder>public LoadBalancingStrategy getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LoadBalancingStrategy build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LoadBalancingStrategy buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LoadBalancingStrategy.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder mergeFrom(LoadBalancingStrategy other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public LoadBalancingStrategy.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoadBalancingStrategy.Builder>IOExceptionpublic String getStrategy()
string strategy = 1;getStrategy in interface LoadBalancingStrategyOrBuilderpublic com.google.protobuf.ByteString getStrategyBytes()
string strategy = 1;getStrategyBytes in interface LoadBalancingStrategyOrBuilderpublic LoadBalancingStrategy.Builder setStrategy(String value)
string strategy = 1;public LoadBalancingStrategy.Builder clearStrategy()
string strategy = 1;public LoadBalancingStrategy.Builder setStrategyBytes(com.google.protobuf.ByteString value)
string strategy = 1;public String getLabel()
string label = 2;getLabel in interface LoadBalancingStrategyOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
string label = 2;getLabelBytes in interface LoadBalancingStrategyOrBuilderpublic LoadBalancingStrategy.Builder setLabel(String value)
string label = 2;public LoadBalancingStrategy.Builder clearLabel()
string label = 2;public LoadBalancingStrategy.Builder setLabelBytes(com.google.protobuf.ByteString value)
string label = 2;public final LoadBalancingStrategy.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>public final LoadBalancingStrategy.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoadBalancingStrategy.Builder>Copyright © 2020–2023 AxonIQ BV. All rights reserved.