| Modifier and Type | Method and Description |
|---|---|
static SearchSolutionUseCase |
SearchSolutionUseCase.forNumber(int value) |
SearchSolutionUseCase |
Control.getSearchSolutionUseCase(int index)
Specifies the use case for the control.
|
SearchSolutionUseCase |
Control.Builder.getSearchSolutionUseCase(int index)
Specifies the use case for the control.
|
SearchSolutionUseCase |
ControlOrBuilder.getSearchSolutionUseCase(int index)
Specifies the use case for the control.
|
static SearchSolutionUseCase |
SearchSolutionUseCase.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchSolutionUseCase |
SearchSolutionUseCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchSolutionUseCase |
SearchSolutionUseCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchSolutionUseCase[] |
SearchSolutionUseCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchSolutionUseCase> |
Control.getSearchSolutionUseCaseList()
Specifies the use case for the control.
|
List<SearchSolutionUseCase> |
Control.Builder.getSearchSolutionUseCaseList()
Specifies the use case for the control.
|
List<SearchSolutionUseCase> |
ControlOrBuilder.getSearchSolutionUseCaseList()
Specifies the use case for the control.
|
static com.google.protobuf.Internal.EnumLiteMap<SearchSolutionUseCase> |
SearchSolutionUseCase.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.addSearchSolutionUseCase(SearchSolutionUseCase value)
Specifies the use case for the control.
|
Control.Builder |
Control.Builder.setSearchSolutionUseCase(int index,
SearchSolutionUseCase value)
Specifies the use case for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.addAllSearchSolutionUseCase(Iterable<? extends SearchSolutionUseCase> values)
Specifies the use case for the control.
|
Copyright © 2024 Google LLC. All rights reserved.