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.StateAccelerator.State. forNumber(int value)Accelerator.StateAccelerator.Builder. getState()The state of the acceleratorAccelerator.StateAccelerator. getState()The state of the acceleratorAccelerator.StateAcceleratorOrBuilder. getState()The state of the acceleratorstatic Accelerator.StateAccelerator.State. valueOf(int value)Deprecated.static Accelerator.StateAccelerator.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Accelerator.StateAccelerator.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.BuilderAccelerator.Builder. setState(Accelerator.State value)The state of the accelerator
-