public static interface GenerateGroundedContentRequest.GroundingSource.SearchSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Filter expression to be applied to the search.
|
com.google.protobuf.ByteString |
getFilterBytes()
Filter expression to be applied to the search.
|
int |
getMaxResultCount()
Number of search results to return.
|
boolean |
getSafeSearch()
If set, safe search is enabled in Vertex AI Search requests.
|
String |
getServingConfig()
The resource name of the Engine to use.
|
com.google.protobuf.ByteString |
getServingConfigBytes()
The resource name of the Engine to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServingConfig()
The resource name of the Engine to use.
Format:
`projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}`
string serving_config = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getServingConfigBytes()
The resource name of the Engine to use.
Format:
`projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}`
string serving_config = 1 [(.google.api.resource_reference) = { ... }int getMaxResultCount()
Number of search results to return. The default value is 10. The maximumm allowed value is 10.
int32 max_result_count = 2;String getFilter()
Filter expression to be applied to the search. The syntax is the same as [SearchRequest.filter][google.cloud.discoveryengine.v1beta.SearchRequest.filter].
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
Filter expression to be applied to the search. The syntax is the same as [SearchRequest.filter][google.cloud.discoveryengine.v1beta.SearchRequest.filter].
string filter = 3;boolean getSafeSearch()
If set, safe search is enabled in Vertex AI Search requests.
bool safe_search = 5;Copyright © 2025 Google LLC. All rights reserved.