| Modifier and Type | Method and Description |
|---|---|
static Document.Type |
Document.Type.forNumber(int value) |
Document.Type |
DocumentOrBuilder.getType()
Required.
|
Document.Type |
Document.getType()
Required.
|
Document.Type |
Document.Builder.getType()
Required.
|
static Document.Type |
Document.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Document.Type |
Document.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Document.Type |
Document.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.Type[] |
Document.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Document.Type> |
Document.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.setType(Document.Type value)
Required.
|
Copyright © 2018 Google LLC. All rights reserved.