public static enum Dimension.DimensionMetadataCase extends Enum<Dimension.DimensionMetadataCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AGENT_DIMENSION_METADATA |
DIMENSIONMETADATA_NOT_SET |
ISSUE_DIMENSION_METADATA |
QA_QUESTION_ANSWER_DIMENSION_METADATA |
QA_QUESTION_DIMENSION_METADATA |
| Modifier and Type | Method and Description |
|---|---|
static Dimension.DimensionMetadataCase |
forNumber(int value) |
int |
getNumber() |
static Dimension.DimensionMetadataCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Dimension.DimensionMetadataCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension.DimensionMetadataCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dimension.DimensionMetadataCase ISSUE_DIMENSION_METADATA
public static final Dimension.DimensionMetadataCase AGENT_DIMENSION_METADATA
public static final Dimension.DimensionMetadataCase QA_QUESTION_DIMENSION_METADATA
public static final Dimension.DimensionMetadataCase QA_QUESTION_ANSWER_DIMENSION_METADATA
public static final Dimension.DimensionMetadataCase DIMENSIONMETADATA_NOT_SET
public static Dimension.DimensionMetadataCase[] values()
for (Dimension.DimensionMetadataCase c : Dimension.DimensionMetadataCase.values()) System.out.println(c);
public static Dimension.DimensionMetadataCase 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 null@Deprecated public static Dimension.DimensionMetadataCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Dimension.DimensionMetadataCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.