Uses of Class
com.google.protobuf.EnumValue.Builder
Packages that use EnumValue.Builder
-
Uses of EnumValue.Builder in com.google.protobuf
Subclasses with type arguments of type EnumValue.Builder in com.google.protobufFields in com.google.protobuf with type parameters of type EnumValue.BuilderMethods in com.google.protobuf that return EnumValue.BuilderModifier and TypeMethodDescriptionEnumValue.Builder.addAllOptions(Iterable<? extends Option> values) Protocol buffer options.Enum.Builder.addEnumvalueBuilder()Enum value definitions.Enum.Builder.addEnumvalueBuilder(int index) Enum value definitions.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.clear()EnumValue.Builder.clearName()Enum value name.EnumValue.Builder.clearNumber()Enum value number.EnumValue.Builder.clearOptions()Protocol buffer options.Enum.Builder.getEnumvalueBuilder(int index) Enum value definitions.EnumValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static EnumValue.BuilderEnumValue.newBuilder()static EnumValue.BuilderEnumValue.newBuilder(EnumValue prototype) EnumValue.newBuilderForType()protected EnumValue.BuilderEnumValue.newBuilderForType(AbstractMessage.BuilderParent parent) 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.EnumValue.toBuilder()Methods in com.google.protobuf that return types with arguments of type EnumValue.BuilderModifier and TypeMethodDescriptionEnum.Builder.getEnumvalueBuilderList()Enum value definitions.Enum.Builder.internalGetEnumvalueFieldBuilder()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.