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