Interface AcceleratorOrBuilder (1.13.0)

Stay organized with collections Save and categorize content based on your preferences.
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.v1beta1.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.v1beta1.Accelerator.AcceleratorType accelerator_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for acceleratorType.