public static enum BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType extends Enum<BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType> implements com.google.protobuf.ProtocolMessageEnum
The interpolation type to be applied. Default will be linear (Piecewise Linear).Protobuf enum
google.cloud.dialogflow.cx.v3.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType| Enum Constant and Description |
|---|
INTERPOLATION_TYPE_UNSPECIFIED
Interpolation type is unspecified.
|
LINEAR
Piecewise linear interpolation will be applied.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERPOLATION_TYPE_UNSPECIFIED_VALUE
Interpolation type is unspecified.
|
static int |
LINEAR_VALUE
Piecewise linear interpolation will be applied.
|
| Modifier and Type | Method and Description |
|---|---|
static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType |
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<BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType> |
internalGetValueMap() |
static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType INTERPOLATION_TYPE_UNSPECIFIED
Interpolation type is unspecified. In this case, it defaults to Linear.
INTERPOLATION_TYPE_UNSPECIFIED = 0;public static final BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType LINEAR
Piecewise linear interpolation will be applied.
LINEAR = 1;public static final BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType UNRECOGNIZED
public static final int INTERPOLATION_TYPE_UNSPECIFIED_VALUE
Interpolation type is unspecified. In this case, it defaults to Linear.
INTERPOLATION_TYPE_UNSPECIFIED = 0;public static final int LINEAR_VALUE
Piecewise linear interpolation will be applied.
LINEAR = 1;public static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType[] values()
for (BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType c : BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType.values()) System.out.println(c);
public static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType 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 BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType> 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 BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.