Enum Accelerator.AcceleratorType (1.4.0)

public enum Accelerator.AcceleratorType extends Enum<Accelerator.AcceleratorType> implements ProtocolMessageEnum

Each type represents an Accelerator (Add-On) supported by Cloud Data Fusion service.

Protobuf enum google.cloud.datafusion.v1.Accelerator.AcceleratorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCELERATOR_TYPE_UNSPECIFIED

Default value, if unspecified.

ACCELERATOR_TYPE_UNSPECIFIED = 0;

ACCELERATOR_TYPE_UNSPECIFIED_VALUE

Default value, if unspecified.

ACCELERATOR_TYPE_UNSPECIFIED = 0;

CCAI_INSIGHTS

Contact Center AI Insights This accelerator is used to enable import and export pipelines custom built to streamline CCAI Insights processing.

CCAI_INSIGHTS = 3;

CCAI_INSIGHTS_VALUE

Contact Center AI Insights This accelerator is used to enable import and export pipelines custom built to streamline CCAI Insights processing.

CCAI_INSIGHTS = 3;

CDC

Change Data Capture accelerator for CDF.

CDC = 1;

CDC_VALUE

Change Data Capture accelerator for CDF.

CDC = 1;

HEALTHCARE

Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.

HEALTHCARE = 2;

HEALTHCARE_VALUE

Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.

HEALTHCARE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()