public interface AcceleratorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Accelerator.AcceleratorType |
getAcceleratorType()
The type of an accelator for a CDF instance.
|
int |
getAcceleratorTypeValue()
The type of an accelator for a CDF instance.
|
Accelerator.State |
getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
int |
getStateValue()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAcceleratorTypeValue()
The type of an accelator for a CDF instance.
.google.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;Accelerator.AcceleratorType getAcceleratorType()
The type of an accelator for a CDF instance.
.google.cloud.datafusion.v1.Accelerator.AcceleratorType accelerator_type = 1;int getStateValue()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2;Accelerator.State getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2;Copyright © 2025 Google LLC. All rights reserved.