public static enum Accelerator.AcceleratorType extends Enum<Accelerator.AcceleratorType> implements com.google.protobuf.ProtocolMessageEnum
Each type represents an Accelerator (Add-On) supported by Cloud Data Fusion service.Protobuf enum
google.cloud.datafusion.v1.Accelerator.AcceleratorType| Enum Constant and Description |
|---|
ACCELERATOR_TYPE_UNSPECIFIED
Default value, if unspecified.
|
CCAI_INSIGHTS
Contact Center AI Insights
This accelerator is used to enable import and export pipelines
custom built to streamline CCAI Insights processing.
|
CDC
Change Data Capture accelerator for CDF.
|
HEALTHCARE
Cloud Healthcare accelerator for CDF.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCELERATOR_TYPE_UNSPECIFIED_VALUE
Default value, if unspecified.
|
static int |
CCAI_INSIGHTS_VALUE
Contact Center AI Insights
This accelerator is used to enable import and export pipelines
custom built to streamline CCAI Insights processing.
|
static int |
CDC_VALUE
Change Data Capture accelerator for CDF.
|
static int |
HEALTHCARE_VALUE
Cloud Healthcare accelerator for CDF.
|
| Modifier and Type | Method and Description |
|---|---|
static Accelerator.AcceleratorType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Accelerator.AcceleratorType> |
internalGetValueMap() |
static Accelerator.AcceleratorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Accelerator.AcceleratorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Accelerator.AcceleratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accelerator.AcceleratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Accelerator.AcceleratorType ACCELERATOR_TYPE_UNSPECIFIED
Default value, if unspecified.
ACCELERATOR_TYPE_UNSPECIFIED = 0;public static final Accelerator.AcceleratorType CDC
Change Data Capture accelerator for CDF.
CDC = 1;public static final Accelerator.AcceleratorType HEALTHCARE
Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.
HEALTHCARE = 2;public static final Accelerator.AcceleratorType 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;public static final Accelerator.AcceleratorType UNRECOGNIZED
public static final int ACCELERATOR_TYPE_UNSPECIFIED_VALUE
Default value, if unspecified.
ACCELERATOR_TYPE_UNSPECIFIED = 0;public static final int CDC_VALUE
Change Data Capture accelerator for CDF.
CDC = 1;public static final int HEALTHCARE_VALUE
Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.
HEALTHCARE = 2;public static final int 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;public static Accelerator.AcceleratorType[] values()
for (Accelerator.AcceleratorType c : Accelerator.AcceleratorType.values()) System.out.println(c);
public static Accelerator.AcceleratorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Accelerator.AcceleratorType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Accelerator.AcceleratorType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Accelerator.AcceleratorType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Accelerator.AcceleratorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.