| Modifier and Type | Method and Description |
|---|---|
static MachineDetails.PowerState |
MachineDetails.PowerState.forNumber(int value) |
MachineDetails.PowerState |
MachineDetails.getPowerState()
Power state of the machine.
|
MachineDetails.PowerState |
MachineDetails.Builder.getPowerState()
Power state of the machine.
|
MachineDetails.PowerState |
MachineDetailsOrBuilder.getPowerState()
Power state of the machine.
|
static MachineDetails.PowerState |
MachineDetails.PowerState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MachineDetails.PowerState |
MachineDetails.PowerState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MachineDetails.PowerState |
MachineDetails.PowerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineDetails.PowerState[] |
MachineDetails.PowerState.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<MachineDetails.PowerState> |
MachineDetails.PowerState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MachineDetails.Builder |
MachineDetails.Builder.setPowerState(MachineDetails.PowerState value)
Power state of the machine.
|
Copyright © 2024 Google LLC. All rights reserved.