| Modifier and Type | Method and Description |
|---|---|
static DatabaseEntity.TreeType |
DatabaseEntity.TreeType.forNumber(int value) |
DatabaseEntity.TreeType |
DatabaseEntity.getTree()
The type of tree the entity belongs to.
|
DatabaseEntity.TreeType |
DatabaseEntity.Builder.getTree()
The type of tree the entity belongs to.
|
DatabaseEntity.TreeType |
DatabaseEntityOrBuilder.getTree()
The type of tree the entity belongs to.
|
static DatabaseEntity.TreeType |
DatabaseEntity.TreeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseEntity.TreeType |
DatabaseEntity.TreeType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseEntity.TreeType |
DatabaseEntity.TreeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseEntity.TreeType[] |
DatabaseEntity.TreeType.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<DatabaseEntity.TreeType> |
DatabaseEntity.TreeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEntity.Builder |
DatabaseEntity.Builder.setTree(DatabaseEntity.TreeType value)
The type of tree the entity belongs to.
|
Copyright © 2024 Google LLC. All rights reserved.