| Modifier and Type | Method and Description |
|---|---|
static Document.State |
Document.State.forNumber(int value) |
Document.State |
Document.getState()
Output only.
|
Document.State |
Document.Builder.getState()
Output only.
|
Document.State |
DocumentOrBuilder.getState()
Output only.
|
static Document.State |
Document.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Document.State |
Document.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Document.State |
Document.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.State[] |
Document.State.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.State> |
Document.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.setState(Document.State value)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.