Uses of Class
com.google.protobuf.EnumValue.Builder
Packages that use EnumValue.Builder
-
Uses of EnumValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return EnumValue.BuilderModifier and TypeMethodDescriptionEnumValue.Builder.addAllOptions
(Iterable<? extends Option> values) Protocol buffer options.EnumValue.Builder.addOptions
(int index, Option value) Protocol buffer options.EnumValue.Builder.addOptions
(int index, Option.Builder builderForValue) Protocol buffer options.EnumValue.Builder.addOptions
(Option value) Protocol buffer options.EnumValue.Builder.addOptions
(Option.Builder builderForValue) Protocol buffer options.EnumValue.Builder.clearName()
Enum value name.EnumValue.Builder.clearNumber()
Enum value number.EnumValue.Builder.clearOptions()
Protocol buffer options.static EnumValue.Builder
EnumValue.newBuilder()
static EnumValue.Builder
EnumValue.newBuilder
(EnumValue prototype) EnumValue.Builder.removeOptions
(int index) Protocol buffer options.Enum value name.EnumValue.Builder.setNameBytes
(ByteString value) Enum value name.EnumValue.Builder.setNumber
(int value) Enum value number.EnumValue.Builder.setOptions
(int index, Option value) Protocol buffer options.EnumValue.Builder.setOptions
(int index, Option.Builder builderForValue) Protocol buffer options.Methods in com.google.protobuf with parameters of type EnumValue.BuilderModifier and TypeMethodDescriptionEnum.Builder.addEnumvalue
(int index, EnumValue.Builder builderForValue) Enum value definitions.Enum.Builder.addEnumvalue
(EnumValue.Builder builderForValue) Enum value definitions.Enum.Builder.setEnumvalue
(int index, EnumValue.Builder builderForValue) Enum value definitions.