public static enum FieldConfig.DynamicFacetableOption extends Enum<FieldConfig.DynamicFacetableOption> implements com.google.protobuf.ProtocolMessageEnum
The status of the dynamic facetable option of a schema field.Protobuf enum
google.cloud.discoveryengine.v1alpha.FieldConfig.DynamicFacetableOption| Enum Constant and Description |
|---|
DYNAMIC_FACETABLE_DISABLED
Dynamic facetable option disabled for a schema field.
|
DYNAMIC_FACETABLE_ENABLED
Dynamic facetable option enabled for a schema field.
|
DYNAMIC_FACETABLE_OPTION_UNSPECIFIED
Value used when unset.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DYNAMIC_FACETABLE_DISABLED_VALUE
Dynamic facetable option disabled for a schema field.
|
static int |
DYNAMIC_FACETABLE_ENABLED_VALUE
Dynamic facetable option enabled for a schema field.
|
static int |
DYNAMIC_FACETABLE_OPTION_UNSPECIFIED_VALUE
Value used when unset.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldConfig.DynamicFacetableOption |
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<FieldConfig.DynamicFacetableOption> |
internalGetValueMap() |
static FieldConfig.DynamicFacetableOption |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FieldConfig.DynamicFacetableOption |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FieldConfig.DynamicFacetableOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldConfig.DynamicFacetableOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldConfig.DynamicFacetableOption DYNAMIC_FACETABLE_OPTION_UNSPECIFIED
Value used when unset.
DYNAMIC_FACETABLE_OPTION_UNSPECIFIED = 0;public static final FieldConfig.DynamicFacetableOption DYNAMIC_FACETABLE_ENABLED
Dynamic facetable option enabled for a schema field.
DYNAMIC_FACETABLE_ENABLED = 1;public static final FieldConfig.DynamicFacetableOption DYNAMIC_FACETABLE_DISABLED
Dynamic facetable option disabled for a schema field.
DYNAMIC_FACETABLE_DISABLED = 2;public static final FieldConfig.DynamicFacetableOption UNRECOGNIZED
public static final int DYNAMIC_FACETABLE_OPTION_UNSPECIFIED_VALUE
Value used when unset.
DYNAMIC_FACETABLE_OPTION_UNSPECIFIED = 0;public static final int DYNAMIC_FACETABLE_ENABLED_VALUE
Dynamic facetable option enabled for a schema field.
DYNAMIC_FACETABLE_ENABLED = 1;public static final int DYNAMIC_FACETABLE_DISABLED_VALUE
Dynamic facetable option disabled for a schema field.
DYNAMIC_FACETABLE_DISABLED = 2;public static FieldConfig.DynamicFacetableOption[] values()
for (FieldConfig.DynamicFacetableOption c : FieldConfig.DynamicFacetableOption.values()) System.out.println(c);
public static FieldConfig.DynamicFacetableOption 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 FieldConfig.DynamicFacetableOption valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FieldConfig.DynamicFacetableOption forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FieldConfig.DynamicFacetableOption> 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 FieldConfig.DynamicFacetableOption valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.