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