public enum SearchTier extends Enum<SearchTier> implements com.google.protobuf.ProtocolMessageEnum
Tiers of search features. Different tiers might have different pricing. To learn more, check the pricing documentation.Protobuf enum
google.cloud.discoveryengine.v1alpha.SearchTier| Enum Constant and Description |
|---|
SEARCH_TIER_ENTERPRISE
Enterprise tier.
|
SEARCH_TIER_STANDARD
Standard tier.
|
SEARCH_TIER_UNSPECIFIED
Default value when the enum is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SEARCH_TIER_ENTERPRISE_VALUE
Enterprise tier.
|
static int |
SEARCH_TIER_STANDARD_VALUE
Standard tier.
|
static int |
SEARCH_TIER_UNSPECIFIED_VALUE
Default value when the enum is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchTier |
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<SearchTier> |
internalGetValueMap() |
static SearchTier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchTier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchTier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchTier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchTier SEARCH_TIER_UNSPECIFIED
Default value when the enum is unspecified. This is invalid to use.
SEARCH_TIER_UNSPECIFIED = 0;public static final SearchTier SEARCH_TIER_STANDARD
Standard tier.
SEARCH_TIER_STANDARD = 1;public static final SearchTier SEARCH_TIER_ENTERPRISE
Enterprise tier.
SEARCH_TIER_ENTERPRISE = 2;public static final SearchTier UNRECOGNIZED
public static final int SEARCH_TIER_UNSPECIFIED_VALUE
Default value when the enum is unspecified. This is invalid to use.
SEARCH_TIER_UNSPECIFIED = 0;public static final int SEARCH_TIER_STANDARD_VALUE
Standard tier.
SEARCH_TIER_STANDARD = 1;public static final int SEARCH_TIER_ENTERPRISE_VALUE
Enterprise tier.
SEARCH_TIER_ENTERPRISE = 2;public static SearchTier[] values()
for (SearchTier c : SearchTier.values()) System.out.println(c);
public static SearchTier 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 SearchTier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SearchTier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SearchTier> 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 SearchTier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.