Uses of Enum Class
com.google.protobuf.Field.Kind
Packages that use Field.Kind
-
Uses of Field.Kind in com.google.protobuf
Fields in com.google.protobuf with type parameters of type Field.KindModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<Field.Kind> Field.Kind.internalValueMap
Methods in com.google.protobuf that return Field.KindModifier and TypeMethodDescriptionstatic Field.Kind
Field.Kind.forNumber
(int value) Field.Builder.getKind()
The field type.Field.getKind()
The field type.FieldOrBuilder.getKind()
The field type.static Field.Kind
Field.Kind.valueOf
(int value) Deprecated.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 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) The field type.private void
Field.setKind
(Field.Kind value) The field type.