Uses of Class
com.google.protobuf.Field.Kind
-
Packages that use Field.Kind Package Description com.google.protobuf -
-
Uses of Field.Kind in com.google.protobuf
Methods in com.google.protobuf that return Field.Kind Modifier and Type Method Description static Field.KindField.Kind. forNumber(int value)Field.KindField.Builder. getKind().google.protobuf.Field.Kind kind = 1 [json_name = "kind"];Field.KindField. getKind().google.protobuf.Field.Kind kind = 1 [json_name = "kind"];Field.KindFieldOrBuilder. getKind().google.protobuf.Field.Kind kind = 1 [json_name = "kind"];static Field.KindField.Kind. valueOf(int value)Deprecated.static Field.KindField.Kind. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Field.KindField.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Field.Kind[]Field.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type Field.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Field.Kind>Field.Kind. internalGetValueMap()Methods in com.google.protobuf with parameters of type Field.Kind Modifier and Type Method Description Field.BuilderField.Builder. setKind(Field.Kind value).google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
-