public static enum IssueModel.ModelType extends Enum<IssueModel.ModelType> implements com.google.protobuf.ProtocolMessageEnum
Type of the model.Protobuf enum
google.cloud.contactcenterinsights.v1.IssueModel.ModelType| Enum Constant and Description |
|---|
MODEL_TYPE_UNSPECIFIED
Unspecified model type.
|
TYPE_V1
Type V1.
|
TYPE_V2
Type V2.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MODEL_TYPE_UNSPECIFIED_VALUE
Unspecified model type.
|
static int |
TYPE_V1_VALUE
Type V1.
|
static int |
TYPE_V2_VALUE
Type V2.
|
| Modifier and Type | Method and Description |
|---|---|
static IssueModel.ModelType |
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<IssueModel.ModelType> |
internalGetValueMap() |
static IssueModel.ModelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IssueModel.ModelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IssueModel.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueModel.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssueModel.ModelType MODEL_TYPE_UNSPECIFIED
Unspecified model type.
MODEL_TYPE_UNSPECIFIED = 0;public static final IssueModel.ModelType TYPE_V1
Type V1.
TYPE_V1 = 1;public static final IssueModel.ModelType TYPE_V2
Type V2.
TYPE_V2 = 2;public static final IssueModel.ModelType UNRECOGNIZED
public static final int MODEL_TYPE_UNSPECIFIED_VALUE
Unspecified model type.
MODEL_TYPE_UNSPECIFIED = 0;public static final int TYPE_V1_VALUE
Type V1.
TYPE_V1 = 1;public static final int TYPE_V2_VALUE
Type V2.
TYPE_V2 = 2;public static IssueModel.ModelType[] values()
for (IssueModel.ModelType c : IssueModel.ModelType.values()) System.out.println(c);
public static IssueModel.ModelType 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 IssueModel.ModelType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IssueModel.ModelType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IssueModel.ModelType> 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 IssueModel.ModelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.