| Modifier and Type | Method and Description |
|---|---|
static SolutionType |
SolutionType.forNumber(int value) |
SolutionType |
ServingConfigOrBuilder.getSolutionType()
Required.
|
SolutionType |
ControlOrBuilder.getSolutionType()
Required.
|
SolutionType |
ServingConfig.getSolutionType()
Required.
|
SolutionType |
ServingConfig.Builder.getSolutionType()
Required.
|
SolutionType |
Engine.getSolutionType()
Required.
|
SolutionType |
Engine.Builder.getSolutionType()
Required.
|
SolutionType |
EngineOrBuilder.getSolutionType()
Required.
|
SolutionType |
Control.getSolutionType()
Required.
|
SolutionType |
Control.Builder.getSolutionType()
Required.
|
SolutionType |
DataStoreOrBuilder.getSolutionTypes(int index)
The solutions that the data store enrolls.
|
SolutionType |
DataStore.getSolutionTypes(int index)
The solutions that the data store enrolls.
|
SolutionType |
DataStore.Builder.getSolutionTypes(int index)
The solutions that the data store enrolls.
|
static SolutionType |
SolutionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SolutionType |
SolutionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SolutionType |
SolutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolutionType[] |
SolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolutionType> |
DataStoreOrBuilder.getSolutionTypesList()
The solutions that the data store enrolls.
|
List<SolutionType> |
DataStore.getSolutionTypesList()
The solutions that the data store enrolls.
|
List<SolutionType> |
DataStore.Builder.getSolutionTypesList()
The solutions that the data store enrolls.
|
static com.google.protobuf.Internal.EnumLiteMap<SolutionType> |
SolutionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataStore.Builder |
DataStore.Builder.addSolutionTypes(SolutionType value)
The solutions that the data store enrolls.
|
ServingConfig.Builder |
ServingConfig.Builder.setSolutionType(SolutionType value)
Required.
|
Engine.Builder |
Engine.Builder.setSolutionType(SolutionType value)
Required.
|
Control.Builder |
Control.Builder.setSolutionType(SolutionType value)
Required.
|
DataStore.Builder |
DataStore.Builder.setSolutionTypes(int index,
SolutionType value)
The solutions that the data store enrolls.
|
| Modifier and Type | Method and Description |
|---|---|
DataStore.Builder |
DataStore.Builder.addAllSolutionTypes(Iterable<? extends SolutionType> values)
The solutions that the data store enrolls.
|
Copyright © 2024 Google LLC. All rights reserved.