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