public static enum EntityMentionData.MentionType extends Enum<EntityMentionData.MentionType> implements com.google.protobuf.ProtocolMessageEnum
The supported types of mentions.Protobuf enum
google.cloud.contactcenterinsights.v1.EntityMentionData.MentionType| Enum Constant and Description |
|---|
COMMON
Common noun (or noun compound).
|
MENTION_TYPE_UNSPECIFIED
Unspecified.
|
PROPER
Proper noun.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMON_VALUE
Common noun (or noun compound).
|
static int |
MENTION_TYPE_UNSPECIFIED_VALUE
Unspecified.
|
static int |
PROPER_VALUE
Proper noun.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityMentionData.MentionType |
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<EntityMentionData.MentionType> |
internalGetValueMap() |
static EntityMentionData.MentionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntityMentionData.MentionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntityMentionData.MentionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityMentionData.MentionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityMentionData.MentionType MENTION_TYPE_UNSPECIFIED
Unspecified.
MENTION_TYPE_UNSPECIFIED = 0;public static final EntityMentionData.MentionType PROPER
Proper noun.
PROPER = 1;public static final EntityMentionData.MentionType COMMON
Common noun (or noun compound).
COMMON = 2;public static final EntityMentionData.MentionType UNRECOGNIZED
public static final int MENTION_TYPE_UNSPECIFIED_VALUE
Unspecified.
MENTION_TYPE_UNSPECIFIED = 0;public static final int PROPER_VALUE
Proper noun.
PROPER = 1;public static final int COMMON_VALUE
Common noun (or noun compound).
COMMON = 2;public static EntityMentionData.MentionType[] values()
for (EntityMentionData.MentionType c : EntityMentionData.MentionType.values()) System.out.println(c);
public static EntityMentionData.MentionType 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 EntityMentionData.MentionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EntityMentionData.MentionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EntityMentionData.MentionType> 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 EntityMentionData.MentionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.