public interface AcceleratorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcceleratorType()
public abstract Accelerator.AcceleratorType getAcceleratorType()
The type of an accelator for a CDF instance.
.google.events.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;
Returns | |
---|---|
Type | Description |
Accelerator.AcceleratorType | The acceleratorType. |
getAcceleratorTypeValue()
public abstract int getAcceleratorTypeValue()
The type of an accelator for a CDF instance.
.google.events.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for acceleratorType. |
getState()
public abstract Accelerator.State getState()
The state of the accelerator.
.google.events.cloud.datafusion.v1.Accelerator.State state = 2;
Returns | |
---|---|
Type | Description |
Accelerator.State | The state. |
getStateValue()
public abstract int getStateValue()
The state of the accelerator.
.google.events.cloud.datafusion.v1.Accelerator.State state = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |