Uses of Class
com.google.cloud.datafusion.v1.Accelerator.State
-
Packages that use Accelerator.State Package Description com.google.cloud.datafusion.v1 A client to Cloud Data Fusion API -
-
Uses of Accelerator.State in com.google.cloud.datafusion.v1
Methods in com.google.cloud.datafusion.v1 that return Accelerator.State Modifier and Type Method Description static Accelerator.State
Accelerator.State. forNumber(int value)
Accelerator.State
Accelerator.Builder. getState()
The state of the acceleratorAccelerator.State
Accelerator. getState()
The state of the acceleratorAccelerator.State
AcceleratorOrBuilder. getState()
The state of the acceleratorstatic Accelerator.State
Accelerator.State. valueOf(int value)
Deprecated.static Accelerator.State
Accelerator.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Accelerator.State
Accelerator.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Accelerator.State[]
Accelerator.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datafusion.v1 that return types with arguments of type Accelerator.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Accelerator.State>
Accelerator.State. internalGetValueMap()
Methods in com.google.cloud.datafusion.v1 with parameters of type Accelerator.State Modifier and Type Method Description Accelerator.Builder
Accelerator.Builder. setState(Accelerator.State value)
The state of the accelerator
-