| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
static Field.Kind |
Field.Kind.forNumber(int value) |
Field.Kind |
FieldOrBuilder.getKind()
The field type.
|
Field.Kind |
Field.getKind()
The field type.
|
Field.Kind |
Field.Builder.getKind()
The field type.
|
static Field.Kind |
Field.Kind.valueOf(Descriptors.EnumValueDescriptor desc) |
static Field.Kind |
Field.Kind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Field.Kind |
Field.Kind.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<Field.Kind> |
Field.Kind.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.setKind(Field.Kind value)
The field type.
|
Copyright © 2008–2017 Google. All rights reserved.