| Modifier and Type | Method and Description |
|---|---|
static IndustryVertical |
IndustryVertical.forNumber(int value) |
IndustryVertical |
DataStoreOrBuilder.getIndustryVertical()
Immutable.
|
IndustryVertical |
Engine.getIndustryVertical()
The industry vertical that the engine registers.
|
IndustryVertical |
Engine.Builder.getIndustryVertical()
The industry vertical that the engine registers.
|
IndustryVertical |
DataStore.getIndustryVertical()
Immutable.
|
IndustryVertical |
DataStore.Builder.getIndustryVertical()
Immutable.
|
IndustryVertical |
EngineOrBuilder.getIndustryVertical()
The industry vertical that the engine registers.
|
static IndustryVertical |
IndustryVertical.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IndustryVertical |
IndustryVertical.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IndustryVertical |
IndustryVertical.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndustryVertical[] |
IndustryVertical.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<IndustryVertical> |
IndustryVertical.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Engine.Builder |
Engine.Builder.setIndustryVertical(IndustryVertical value)
The industry vertical that the engine registers.
|
DataStore.Builder |
DataStore.Builder.setIndustryVertical(IndustryVertical value)
Immutable.
|
Copyright © 2024 Google LLC. All rights reserved.