public enum IndustryVertical extends Enum<IndustryVertical> implements com.google.protobuf.ProtocolMessageEnum
The industry vertical associated with the [DataStore][google.cloud.discoveryengine.v1beta.DataStore].Protobuf enum
google.cloud.discoveryengine.v1beta.IndustryVertical| Enum Constant and Description |
|---|
GENERIC
The generic vertical for documents that are not specific to any industry
vertical.
|
HEALTHCARE_FHIR
The healthcare FHIR vertical.
|
INDUSTRY_VERTICAL_UNSPECIFIED
Value used when unset.
|
MEDIA
The media industry vertical.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GENERIC_VALUE
The generic vertical for documents that are not specific to any industry
vertical.
|
static int |
HEALTHCARE_FHIR_VALUE
The healthcare FHIR vertical.
|
static int |
INDUSTRY_VERTICAL_UNSPECIFIED_VALUE
Value used when unset.
|
static int |
MEDIA_VALUE
The media industry vertical.
|
| Modifier and Type | Method and Description |
|---|---|
static IndustryVertical |
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<IndustryVertical> |
internalGetValueMap() |
static IndustryVertical |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IndustryVertical |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IndustryVertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndustryVertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndustryVertical INDUSTRY_VERTICAL_UNSPECIFIED
Value used when unset.
INDUSTRY_VERTICAL_UNSPECIFIED = 0;public static final IndustryVertical GENERIC
The generic vertical for documents that are not specific to any industry vertical.
GENERIC = 1;public static final IndustryVertical MEDIA
The media industry vertical.
MEDIA = 2;public static final IndustryVertical HEALTHCARE_FHIR
The healthcare FHIR vertical.
HEALTHCARE_FHIR = 7;public static final IndustryVertical UNRECOGNIZED
public static final int INDUSTRY_VERTICAL_UNSPECIFIED_VALUE
Value used when unset.
INDUSTRY_VERTICAL_UNSPECIFIED = 0;public static final int GENERIC_VALUE
The generic vertical for documents that are not specific to any industry vertical.
GENERIC = 1;public static final int MEDIA_VALUE
The media industry vertical.
MEDIA = 2;public static final int HEALTHCARE_FHIR_VALUE
The healthcare FHIR vertical.
HEALTHCARE_FHIR = 7;public static IndustryVertical[] values()
for (IndustryVertical c : IndustryVertical.values()) System.out.println(c);
public static IndustryVertical 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 IndustryVertical valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IndustryVertical forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IndustryVertical> 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 IndustryVertical valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.