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