Interface AcceleratorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Accelerator
,Accelerator.Builder
public interface AcceleratorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accelerator.AcceleratorType
getAcceleratorType()
The type of an accelator for a CDF instance.int
getAcceleratorTypeValue()
The type of an accelator for a CDF instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAcceleratorTypeValue
int getAcceleratorTypeValue()
The type of an accelator for a CDF instance.
.google.cloud.datafusion.v1beta1.Accelerator.AcceleratorType accelerator_type = 1;
- Returns:
- The enum numeric value on the wire for acceleratorType.
-
getAcceleratorType
Accelerator.AcceleratorType getAcceleratorType()
The type of an accelator for a CDF instance.
.google.cloud.datafusion.v1beta1.Accelerator.AcceleratorType accelerator_type = 1;
- Returns:
- The acceleratorType.
-
-