Package com.google.cloud.datafusion.v1
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.AcceleratorTypegetAcceleratorType()The type of an accelator for a CDF instance.intgetAcceleratorTypeValue()The type of an accelator for a CDF instance.Accelerator.StategetState()The state of the acceleratorintgetStateValue()The state of the accelerator-
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.v1.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.v1.Accelerator.AcceleratorType accelerator_type = 1;- Returns:
- The acceleratorType.
-
getStateValue
int getStateValue()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
Accelerator.State getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2;- Returns:
- The state.
-
-