Field.Kind |
FieldOrBuilder.getKind()
optional .google.protobuf.Field.Kind kind = 1;
|
Field.Kind |
Field.getKind()
optional .google.protobuf.Field.Kind kind = 1;
|
Field.Kind |
Field.Builder.getKind()
optional .google.protobuf.Field.Kind kind = 1;
|
static Field.Kind |
Field.Kind.valueOf(Descriptors.EnumValueDescriptor desc) |
static Field.Kind |
Field.Kind.valueOf(int value) |
static Field.Kind |
Field.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.
|