Uses of Enum Class
com.google.protobuf.Field.Kind
Packages that use Field.Kind
-
Uses of Field.Kind in com.google.protobuf
Methods in com.google.protobuf that return Field.KindModifier and TypeMethodDescriptionstatic Field.Kind
Field.Kind.forNumber
(int value) Field.Builder.getKind()
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
Field.getKind()
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
FieldOrBuilder.getKind()
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
static Field.Kind
Field.Kind.valueOf
(int value) Deprecated.static Field.Kind
Field.Kind.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Field.Kind
Returns the enum constant of this class with the specified name.static Field.Kind[]
Field.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type Field.KindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Field.Kind> Field.Kind.internalGetValueMap()
Methods in com.google.protobuf with parameters of type Field.KindModifier and TypeMethodDescriptionField.Builder.setKind
(Field.Kind value) .google.protobuf.Field.Kind kind = 1 [json_name = "kind"];