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