Uses of Class
com.google.cloud.workstations.v1beta.Workstation.State
-
Packages that use Workstation.State Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations API -
-
Uses of Workstation.State in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return Workstation.State Modifier and Type Method Description static Workstation.State
Workstation.State. forNumber(int value)
Workstation.State
Workstation.Builder. getState()
Output only.Workstation.State
Workstation. getState()
Output only.Workstation.State
WorkstationOrBuilder. getState()
Output only.static Workstation.State
Workstation.State. valueOf(int value)
Deprecated.static Workstation.State
Workstation.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Workstation.State
Workstation.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Workstation.State[]
Workstation.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.workstations.v1beta that return types with arguments of type Workstation.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Workstation.State>
Workstation.State. internalGetValueMap()
Methods in com.google.cloud.workstations.v1beta with parameters of type Workstation.State Modifier and Type Method Description Workstation.Builder
Workstation.Builder. setState(Workstation.State value)
Output only.
-