public static enum ValidationMessage.ResourceType extends Enum<ValidationMessage.ResourceType> implements com.google.protobuf.ProtocolMessageEnum
Resource types.Protobuf enum
google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType| Enum Constant and Description |
|---|
AGENT
Agent.
|
AGENT_TRANSITION_ROUTE_GROUP
Agent transition route group.
|
ENTITY_TYPE
Entity type.
|
ENTITY_TYPES
Multiple entity types.
|
FLOW
Flow.
|
INTENT
Intent.
|
INTENT_PARAMETER
Intent parameter.
|
INTENT_TRAINING_PHRASE
Intent training phrase.
|
INTENT_TRAINING_PHRASES
Multiple training phrases.
|
INTENTS
Multiple intents.
|
PAGE
Page.
|
PAGES
Multiple pages.
|
RESOURCE_TYPE_UNSPECIFIED
Unspecified.
|
TRANSITION_ROUTE_GROUP
Transition route group.
|
UNRECOGNIZED |
WEBHOOK
Webhook.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AGENT_TRANSITION_ROUTE_GROUP_VALUE
Agent transition route group.
|
static int |
AGENT_VALUE
Agent.
|
static int |
ENTITY_TYPE_VALUE
Entity type.
|
static int |
ENTITY_TYPES_VALUE
Multiple entity types.
|
static int |
FLOW_VALUE
Flow.
|
static int |
INTENT_PARAMETER_VALUE
Intent parameter.
|
static int |
INTENT_TRAINING_PHRASE_VALUE
Intent training phrase.
|
static int |
INTENT_TRAINING_PHRASES_VALUE
Multiple training phrases.
|
static int |
INTENT_VALUE
Intent.
|
static int |
INTENTS_VALUE
Multiple intents.
|
static int |
PAGE_VALUE
Page.
|
static int |
PAGES_VALUE
Multiple pages.
|
static int |
RESOURCE_TYPE_UNSPECIFIED_VALUE
Unspecified.
|
static int |
TRANSITION_ROUTE_GROUP_VALUE
Transition route group.
|
static int |
WEBHOOK_VALUE
Webhook.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.ResourceType |
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<ValidationMessage.ResourceType> |
internalGetValueMap() |
static ValidationMessage.ResourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ValidationMessage.ResourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ValidationMessage.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationMessage.ResourceType RESOURCE_TYPE_UNSPECIFIED
Unspecified.
RESOURCE_TYPE_UNSPECIFIED = 0;public static final ValidationMessage.ResourceType AGENT
Agent.
AGENT = 1;public static final ValidationMessage.ResourceType INTENT
Intent.
INTENT = 2;public static final ValidationMessage.ResourceType INTENT_TRAINING_PHRASE
Intent training phrase.
INTENT_TRAINING_PHRASE = 8;public static final ValidationMessage.ResourceType INTENT_PARAMETER
Intent parameter.
INTENT_PARAMETER = 9;public static final ValidationMessage.ResourceType INTENTS
Multiple intents.
INTENTS = 10;public static final ValidationMessage.ResourceType INTENT_TRAINING_PHRASES
Multiple training phrases.
INTENT_TRAINING_PHRASES = 11;public static final ValidationMessage.ResourceType ENTITY_TYPE
Entity type.
ENTITY_TYPE = 3;public static final ValidationMessage.ResourceType ENTITY_TYPES
Multiple entity types.
ENTITY_TYPES = 12;public static final ValidationMessage.ResourceType WEBHOOK
Webhook.
WEBHOOK = 4;public static final ValidationMessage.ResourceType FLOW
Flow.
FLOW = 5;public static final ValidationMessage.ResourceType PAGE
Page.
PAGE = 6;public static final ValidationMessage.ResourceType PAGES
Multiple pages.
PAGES = 13;public static final ValidationMessage.ResourceType TRANSITION_ROUTE_GROUP
Transition route group.
TRANSITION_ROUTE_GROUP = 7;public static final ValidationMessage.ResourceType AGENT_TRANSITION_ROUTE_GROUP
Agent transition route group.
AGENT_TRANSITION_ROUTE_GROUP = 14;public static final ValidationMessage.ResourceType UNRECOGNIZED
public static final int RESOURCE_TYPE_UNSPECIFIED_VALUE
Unspecified.
RESOURCE_TYPE_UNSPECIFIED = 0;public static final int AGENT_VALUE
Agent.
AGENT = 1;public static final int INTENT_VALUE
Intent.
INTENT = 2;public static final int INTENT_TRAINING_PHRASE_VALUE
Intent training phrase.
INTENT_TRAINING_PHRASE = 8;public static final int INTENT_PARAMETER_VALUE
Intent parameter.
INTENT_PARAMETER = 9;public static final int INTENTS_VALUE
Multiple intents.
INTENTS = 10;public static final int INTENT_TRAINING_PHRASES_VALUE
Multiple training phrases.
INTENT_TRAINING_PHRASES = 11;public static final int ENTITY_TYPE_VALUE
Entity type.
ENTITY_TYPE = 3;public static final int ENTITY_TYPES_VALUE
Multiple entity types.
ENTITY_TYPES = 12;public static final int WEBHOOK_VALUE
Webhook.
WEBHOOK = 4;public static final int FLOW_VALUE
Flow.
FLOW = 5;public static final int PAGE_VALUE
Page.
PAGE = 6;public static final int PAGES_VALUE
Multiple pages.
PAGES = 13;public static final int TRANSITION_ROUTE_GROUP_VALUE
Transition route group.
TRANSITION_ROUTE_GROUP = 7;public static final int AGENT_TRANSITION_ROUTE_GROUP_VALUE
Agent transition route group.
AGENT_TRANSITION_ROUTE_GROUP = 14;public static ValidationMessage.ResourceType[] values()
for (ValidationMessage.ResourceType c : ValidationMessage.ResourceType.values()) System.out.println(c);
public static ValidationMessage.ResourceType 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 ValidationMessage.ResourceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ValidationMessage.ResourceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ValidationMessage.ResourceType> 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 ValidationMessage.ResourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.