public static interface VertexAISearch.DataStoreSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStore()
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1; |
com.google.protobuf.ByteString |
getDataStoreBytes()
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1; |
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataStore()
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1;com.google.protobuf.ByteString getDataStoreBytes()
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1;String getFilter()
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.