Uses of Interface
com.google.protobuf.EnumValueOrBuilder
-
Packages that use EnumValueOrBuilder Package Description com.google.protobuf -
-
Uses of EnumValueOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement EnumValueOrBuilder Modifier and Type Class Description classEnumValueProtobuf typegoogle.protobuf.EnumValuestatic classEnumValue.BuilderProtobuf typegoogle.protobuf.EnumValueMethods in com.google.protobuf that return EnumValueOrBuilder Modifier and Type Method Description EnumValueOrBuilderEnum.Builder. getEnumvalueOrBuilder(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];EnumValueOrBuilderEnum. getEnumvalueOrBuilder(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];EnumValueOrBuilderEnumOrBuilder. getEnumvalueOrBuilder(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];Methods in com.google.protobuf that return types with arguments of type EnumValueOrBuilder Modifier and Type Method Description java.util.List<? extends EnumValueOrBuilder>Enum.Builder. getEnumvalueOrBuilderList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];java.util.List<? extends EnumValueOrBuilder>Enum. getEnumvalueOrBuilderList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];java.util.List<? extends EnumValueOrBuilder>EnumOrBuilder. getEnumvalueOrBuilderList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
-