| Modifier and Type | Method and Description |
|---|---|
static SearchRequest.RelevanceThreshold |
SearchRequest.RelevanceThreshold.forNumber(int value) |
SearchRequest.RelevanceThreshold |
SearchRequest.getRelevanceThreshold()
The relevance threshold of the search results.
|
SearchRequest.RelevanceThreshold |
SearchRequest.Builder.getRelevanceThreshold()
The relevance threshold of the search results.
|
SearchRequest.RelevanceThreshold |
SearchRequestOrBuilder.getRelevanceThreshold()
The relevance threshold of the search results.
|
static SearchRequest.RelevanceThreshold |
SearchRequest.RelevanceThreshold.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchRequest.RelevanceThreshold |
SearchRequest.RelevanceThreshold.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchRequest.RelevanceThreshold |
SearchRequest.RelevanceThreshold.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchRequest.RelevanceThreshold[] |
SearchRequest.RelevanceThreshold.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.RelevanceThreshold> |
SearchRequest.RelevanceThreshold.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SearchRequest.Builder |
SearchRequest.Builder.setRelevanceThreshold(SearchRequest.RelevanceThreshold value)
The relevance threshold of the search results.
|
Copyright © 2024 Google LLC. All rights reserved.