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