public static enum Fulfillment.Feature.Type extends Enum<Fulfillment.Feature.Type> implements com.google.protobuf.ProtocolMessageEnum
The type of the feature.Protobuf enum
google.cloud.dialogflow.v2beta1.Fulfillment.Feature.Type| Enum Constant and Description |
|---|
SMALLTALK
Fulfillment is enabled for SmallTalk.
|
TYPE_UNSPECIFIED
Feature type not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SMALLTALK_VALUE
Fulfillment is enabled for SmallTalk.
|
static int |
TYPE_UNSPECIFIED_VALUE
Feature type not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Fulfillment.Feature.Type |
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<Fulfillment.Feature.Type> |
internalGetValueMap() |
static Fulfillment.Feature.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Fulfillment.Feature.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Fulfillment.Feature.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fulfillment.Feature.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fulfillment.Feature.Type TYPE_UNSPECIFIED
Feature type not specified.
TYPE_UNSPECIFIED = 0;public static final Fulfillment.Feature.Type SMALLTALK
Fulfillment is enabled for SmallTalk.
SMALLTALK = 1;public static final Fulfillment.Feature.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Feature type not specified.
TYPE_UNSPECIFIED = 0;public static final int SMALLTALK_VALUE
Fulfillment is enabled for SmallTalk.
SMALLTALK = 1;public static Fulfillment.Feature.Type[] values()
for (Fulfillment.Feature.Type c : Fulfillment.Feature.Type.values()) System.out.println(c);
public static Fulfillment.Feature.Type 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 Fulfillment.Feature.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Fulfillment.Feature.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Fulfillment.Feature.Type> 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 Fulfillment.Feature.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.