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