Uses of Class
org.yamcs.protobuf.config.OptionInfo.Builder
Packages that use OptionInfo.Builder
-
Uses of OptionInfo.Builder in org.yamcs.protobuf.config
Methods in org.yamcs.protobuf.config that return OptionInfo.BuilderModifier and TypeMethodDescriptionOptionInfo.Builder.addAliases
(String value) Additional names that can be used for this optionOptionInfo.Builder.addAliasesBytes
(com.google.protobuf.ByteString value) Additional names that can be used for this optionOptionInfo.Builder.addAllAliases
(Iterable<String> values) Additional names that can be used for this optionOptionInfo.Builder.addAllChoices
(Iterable<? extends com.google.protobuf.Value> values) Allowed values for this optionOptionInfo.Builder.addAllDescription
(Iterable<String> values) Description, each list entry represents a paragraphOptionInfo.Builder.addChoices
(int index, com.google.protobuf.Value value) Allowed values for this optionOptionInfo.Builder.addChoices
(int index, com.google.protobuf.Value.Builder builderForValue) Allowed values for this optionOptionInfo.Builder.addChoices
(com.google.protobuf.Value value) Allowed values for this optionOptionInfo.Builder.addChoices
(com.google.protobuf.Value.Builder builderForValue) Allowed values for this optionOptionInfo.Builder.addDescription
(String value) Description, each list entry represents a paragraphOptionInfo.Builder.addDescriptionBytes
(com.google.protobuf.ByteString value) Description, each list entry represents a paragraphSpecInfo.Builder.addOptionsBuilder()
Options for this specificationSpecInfo.Builder.addOptionsBuilder
(int index) Options for this specificationOptionInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OptionInfo.Builder.clear()
OptionInfo.Builder.clearAliases()
Additional names that can be used for this optionOptionInfo.Builder.clearApplySpecDefaults()
When the type is ``MAP``, this property determines whether default values are generated even when a value for that option was not provided.OptionInfo.Builder.clearChoices()
Allowed values for this optionOptionInfo.Builder.clearDefault()
Default value when the option is not specifiedOptionInfo.Builder.clearDeprecationMessage()
Deprecation message for this optionOptionInfo.Builder.clearDescription()
Description, each list entry represents a paragraphOptionInfo.Builder.clearElementType()
When the type is ``LIST`` or ``LIST_OR_ELEMENT``, this indicates the type of each element of that listOptionInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OptionInfo.Builder.clearHidden()
Hint that this option should be excluded from any document generationOptionInfo.Builder.clearName()
Name of this option, unique within a specOptionInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OptionInfo.Builder.clearRequired()
Whether this options must be specifiedOptionInfo.Builder.clearSecret()
Hint that value for this option should not be loggedOptionInfo.Builder.clearSpec()
When the type or elementType is ``MAP``, this specifies the options with that mapOptionInfo.Builder.clearTitle()
UI-friendly label for this optionOptionInfo.Builder.clearType()
Type of this optionOptionInfo.Builder.clearVersionAdded()
Which version of this software this option was added.OptionInfo.Builder.clone()
SpecInfo.Builder.getOptionsBuilder
(int index) Options for this specificationOptionInfo.Builder.mergeDefault
(com.google.protobuf.Value value) Default value when the option is not specifiedOptionInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OptionInfo.Builder.mergeFrom
(com.google.protobuf.Message other) OptionInfo.Builder.mergeFrom
(OptionInfo other) When the type or elementType is ``MAP``, this specifies the options with that mapfinal OptionInfo.Builder
OptionInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static OptionInfo.Builder
OptionInfo.newBuilder()
static OptionInfo.Builder
OptionInfo.newBuilder
(OptionInfo prototype) OptionInfo.newBuilderForType()
protected OptionInfo.Builder
OptionInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OptionInfo.Builder.removeChoices
(int index) Allowed values for this optionOptionInfo.Builder.setAliases
(int index, String value) Additional names that can be used for this optionOptionInfo.Builder.setApplySpecDefaults
(boolean value) When the type is ``MAP``, this property determines whether default values are generated even when a value for that option was not provided.OptionInfo.Builder.setChoices
(int index, com.google.protobuf.Value value) Allowed values for this optionOptionInfo.Builder.setChoices
(int index, com.google.protobuf.Value.Builder builderForValue) Allowed values for this optionOptionInfo.Builder.setDefault
(com.google.protobuf.Value value) Default value when the option is not specifiedOptionInfo.Builder.setDefault
(com.google.protobuf.Value.Builder builderForValue) Default value when the option is not specifiedOptionInfo.Builder.setDeprecationMessage
(String value) Deprecation message for this optionOptionInfo.Builder.setDeprecationMessageBytes
(com.google.protobuf.ByteString value) Deprecation message for this optionOptionInfo.Builder.setDescription
(int index, String value) Description, each list entry represents a paragraphOptionInfo.Builder.setElementType
(OptionType value) When the type is ``LIST`` or ``LIST_OR_ELEMENT``, this indicates the type of each element of that listOptionInfo.Builder.setHidden
(boolean value) Hint that this option should be excluded from any document generationName of this option, unique within a specOptionInfo.Builder.setNameBytes
(com.google.protobuf.ByteString value) Name of this option, unique within a specOptionInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OptionInfo.Builder.setRequired
(boolean value) Whether this options must be specifiedOptionInfo.Builder.setSecret
(boolean value) Hint that value for this option should not be loggedWhen the type or elementType is ``MAP``, this specifies the options with that mapOptionInfo.Builder.setSpec
(SpecInfo.Builder builderForValue) When the type or elementType is ``MAP``, this specifies the options with that mapUI-friendly label for this optionOptionInfo.Builder.setTitleBytes
(com.google.protobuf.ByteString value) UI-friendly label for this optionOptionInfo.Builder.setType
(OptionType value) Type of this optionfinal OptionInfo.Builder
OptionInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OptionInfo.Builder.setVersionAdded
(String value) Which version of this software this option was added.OptionInfo.Builder.setVersionAddedBytes
(com.google.protobuf.ByteString value) Which version of this software this option was added.OptionInfo.toBuilder()
Methods in org.yamcs.protobuf.config that return types with arguments of type OptionInfo.BuilderModifier and TypeMethodDescriptionSpecInfo.Builder.getOptionsBuilderList()
Options for this specificationMethods in org.yamcs.protobuf.config with parameters of type OptionInfo.BuilderModifier and TypeMethodDescriptionSpecInfo.Builder.addOptions
(int index, OptionInfo.Builder builderForValue) Options for this specificationSpecInfo.Builder.addOptions
(OptionInfo.Builder builderForValue) Options for this specificationSpecInfo.Builder.setOptions
(int index, OptionInfo.Builder builderForValue) Options for this specification