public static final class RpcClient.BrokerAlgoTagSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder> implements RpcClient.BrokerAlgoTagSpecOrBuilder
BrokerAlgoTagSpec| Modifier and Type | Method and Description |
|---|---|
RpcClient.BrokerAlgoTagSpec |
build() |
RpcClient.BrokerAlgoTagSpec |
buildPartial() |
RpcClient.BrokerAlgoTagSpec.Builder |
clear() |
RpcClient.BrokerAlgoTagSpec.Builder |
clearAdvice()
optional string advice = 9; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearDefaultValue()
optional string defaultValue = 8; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearDescription()
optional string description = 3; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearLabel()
required string label = 2; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearMandatory()
required bool mandatory = 4; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearOptions()
optional string options = 6; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearPattern()
optional string pattern = 5; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearReadOnly()
required bool readOnly = 7; |
RpcClient.BrokerAlgoTagSpec.Builder |
clearTag()
required int32 tag = 1; |
RpcClient.BrokerAlgoTagSpec.Builder |
clone() |
String |
getAdvice()
optional string advice = 9; |
com.google.protobuf.ByteString |
getAdviceBytes()
optional string advice = 9; |
RpcClient.BrokerAlgoTagSpec |
getDefaultInstanceForType() |
String |
getDefaultValue()
optional string defaultValue = 8; |
com.google.protobuf.ByteString |
getDefaultValueBytes()
optional string defaultValue = 8; |
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLabel()
required string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 2; |
boolean |
getMandatory()
required bool mandatory = 4; |
String |
getOptions()
optional string options = 6; |
com.google.protobuf.ByteString |
getOptionsBytes()
optional string options = 6; |
String |
getPattern()
optional string pattern = 5; |
com.google.protobuf.ByteString |
getPatternBytes()
optional string pattern = 5; |
boolean |
getReadOnly()
required bool readOnly = 7; |
int |
getTag()
required int32 tag = 1; |
boolean |
hasAdvice()
optional string advice = 9; |
boolean |
hasDefaultValue()
optional string defaultValue = 8; |
boolean |
hasDescription()
optional string description = 3; |
boolean |
hasLabel()
required string label = 2; |
boolean |
hasMandatory()
required bool mandatory = 4; |
boolean |
hasOptions()
optional string options = 6; |
boolean |
hasPattern()
optional string pattern = 5; |
boolean |
hasReadOnly()
required bool readOnly = 7; |
boolean |
hasTag()
required int32 tag = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RpcClient.BrokerAlgoTagSpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.BrokerAlgoTagSpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
RpcClient.BrokerAlgoTagSpec.Builder |
mergeFrom(RpcClient.BrokerAlgoTagSpec other) |
RpcClient.BrokerAlgoTagSpec.Builder |
setAdvice(String value)
optional string advice = 9; |
RpcClient.BrokerAlgoTagSpec.Builder |
setAdviceBytes(com.google.protobuf.ByteString value)
optional string advice = 9; |
RpcClient.BrokerAlgoTagSpec.Builder |
setDefaultValue(String value)
optional string defaultValue = 8; |
RpcClient.BrokerAlgoTagSpec.Builder |
setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string defaultValue = 8; |
RpcClient.BrokerAlgoTagSpec.Builder |
setDescription(String value)
optional string description = 3; |
RpcClient.BrokerAlgoTagSpec.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 3; |
RpcClient.BrokerAlgoTagSpec.Builder |
setLabel(String value)
required string label = 2; |
RpcClient.BrokerAlgoTagSpec.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
required string label = 2; |
RpcClient.BrokerAlgoTagSpec.Builder |
setMandatory(boolean value)
required bool mandatory = 4; |
RpcClient.BrokerAlgoTagSpec.Builder |
setOptions(String value)
optional string options = 6; |
RpcClient.BrokerAlgoTagSpec.Builder |
setOptionsBytes(com.google.protobuf.ByteString value)
optional string options = 6; |
RpcClient.BrokerAlgoTagSpec.Builder |
setPattern(String value)
optional string pattern = 5; |
RpcClient.BrokerAlgoTagSpec.Builder |
setPatternBytes(com.google.protobuf.ByteString value)
optional string pattern = 5; |
RpcClient.BrokerAlgoTagSpec.Builder |
setReadOnly(boolean value)
required bool readOnly = 7; |
RpcClient.BrokerAlgoTagSpec.Builder |
setTag(int value)
required int32 tag = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder>public RpcClient.BrokerAlgoTagSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder>public RpcClient.BrokerAlgoTagSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.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.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder>public RpcClient.BrokerAlgoTagSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RpcClient.BrokerAlgoTagSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.BrokerAlgoTagSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.BrokerAlgoTagSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder>public RpcClient.BrokerAlgoTagSpec.Builder mergeFrom(RpcClient.BrokerAlgoTagSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.BrokerAlgoTagSpec.Builder>public RpcClient.BrokerAlgoTagSpec.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<RpcClient.BrokerAlgoTagSpec.Builder>IOExceptionpublic boolean hasTag()
required int32 tag = 1;hasTag in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic int getTag()
required int32 tag = 1;getTag in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setTag(int value)
required int32 tag = 1;public RpcClient.BrokerAlgoTagSpec.Builder clearTag()
required int32 tag = 1;public boolean hasLabel()
required string label = 2;hasLabel in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getLabel()
required string label = 2;getLabel in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
required string label = 2;getLabelBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setLabel(String value)
required string label = 2;public RpcClient.BrokerAlgoTagSpec.Builder clearLabel()
required string label = 2;public RpcClient.BrokerAlgoTagSpec.Builder setLabelBytes(com.google.protobuf.ByteString value)
required string label = 2;public boolean hasDescription()
optional string description = 3;hasDescription in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getDescription()
optional string description = 3;getDescription in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;getDescriptionBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setDescription(String value)
optional string description = 3;public RpcClient.BrokerAlgoTagSpec.Builder clearDescription()
optional string description = 3;public RpcClient.BrokerAlgoTagSpec.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 3;public boolean hasMandatory()
required bool mandatory = 4;hasMandatory in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic boolean getMandatory()
required bool mandatory = 4;getMandatory in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setMandatory(boolean value)
required bool mandatory = 4;public RpcClient.BrokerAlgoTagSpec.Builder clearMandatory()
required bool mandatory = 4;public boolean hasPattern()
optional string pattern = 5;hasPattern in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getPattern()
optional string pattern = 5;getPattern in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getPatternBytes()
optional string pattern = 5;getPatternBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setPattern(String value)
optional string pattern = 5;public RpcClient.BrokerAlgoTagSpec.Builder clearPattern()
optional string pattern = 5;public RpcClient.BrokerAlgoTagSpec.Builder setPatternBytes(com.google.protobuf.ByteString value)
optional string pattern = 5;public boolean hasOptions()
optional string options = 6;hasOptions in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getOptions()
optional string options = 6;getOptions in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getOptionsBytes()
optional string options = 6;getOptionsBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setOptions(String value)
optional string options = 6;public RpcClient.BrokerAlgoTagSpec.Builder clearOptions()
optional string options = 6;public RpcClient.BrokerAlgoTagSpec.Builder setOptionsBytes(com.google.protobuf.ByteString value)
optional string options = 6;public boolean hasReadOnly()
required bool readOnly = 7;hasReadOnly in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic boolean getReadOnly()
required bool readOnly = 7;getReadOnly in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setReadOnly(boolean value)
required bool readOnly = 7;public RpcClient.BrokerAlgoTagSpec.Builder clearReadOnly()
required bool readOnly = 7;public boolean hasDefaultValue()
optional string defaultValue = 8;hasDefaultValue in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getDefaultValue()
optional string defaultValue = 8;getDefaultValue in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getDefaultValueBytes()
optional string defaultValue = 8;getDefaultValueBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setDefaultValue(String value)
optional string defaultValue = 8;public RpcClient.BrokerAlgoTagSpec.Builder clearDefaultValue()
optional string defaultValue = 8;public RpcClient.BrokerAlgoTagSpec.Builder setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string defaultValue = 8;public boolean hasAdvice()
optional string advice = 9;hasAdvice in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic String getAdvice()
optional string advice = 9;getAdvice in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic com.google.protobuf.ByteString getAdviceBytes()
optional string advice = 9;getAdviceBytes in interface RpcClient.BrokerAlgoTagSpecOrBuilderpublic RpcClient.BrokerAlgoTagSpec.Builder setAdvice(String value)
optional string advice = 9;public RpcClient.BrokerAlgoTagSpec.Builder clearAdvice()
optional string advice = 9;public RpcClient.BrokerAlgoTagSpec.Builder setAdviceBytes(com.google.protobuf.ByteString value)
optional string advice = 9;Copyright © 2019. All rights reserved.