Interface AcceleratorOrBuilder (1.18.0)

public interface AcceleratorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorType()

public abstract Accelerator.AcceleratorType getAcceleratorType()

The type of an accelator for a CDF instance.

.google.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;

Returns
TypeDescription
Accelerator.AcceleratorType

The acceleratorType.

getAcceleratorTypeValue()

public abstract int getAcceleratorTypeValue()

The type of an accelator for a CDF instance.

.google.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for acceleratorType.

getState()

public abstract Accelerator.State getState()

The state of the accelerator

.google.cloud.datafusion.v1.Accelerator.State state = 2;

Returns
TypeDescription
Accelerator.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the accelerator

.google.cloud.datafusion.v1.Accelerator.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.