| Modifier and Type | Method and Description |
|---|---|
static SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.Mode.forNumber(int value) |
SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpecOrBuilder.getMode()
The mode under which spell correction should take effect to
replace the original search query.
|
SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.getMode()
The mode under which spell correction should take effect to
replace the original search query.
|
SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.Builder.getMode()
The mode under which spell correction should take effect to
replace the original search query.
|
static SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.Mode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchRequest.SpellCorrectionSpec.Mode |
SearchRequest.SpellCorrectionSpec.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchRequest.SpellCorrectionSpec.Mode[] |
SearchRequest.SpellCorrectionSpec.Mode.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<SearchRequest.SpellCorrectionSpec.Mode> |
SearchRequest.SpellCorrectionSpec.Mode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SearchRequest.SpellCorrectionSpec.Builder |
SearchRequest.SpellCorrectionSpec.Builder.setMode(SearchRequest.SpellCorrectionSpec.Mode value)
The mode under which spell correction should take effect to
replace the original search query.
|
Copyright © 2024 Google LLC. All rights reserved.