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