| Modifier and Type | Method and Description |
|---|---|
static EntryType |
EntryType.forNumber(int value) |
EntryType |
EntryOrBuilder.getType()
The type of the entry.
|
EntryType |
Entry.getType()
The type of the entry.
|
EntryType |
Entry.Builder.getType()
The type of the entry.
|
static EntryType |
EntryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntryType |
EntryType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntryType |
EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
EntryType.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<EntryType> |
EntryType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Entry.Builder |
Entry.Builder.setType(EntryType value)
The type of the entry.
|
Copyright © 2023 Google LLC. All rights reserved.