public interface FilterSpecsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStores(int index)
Optional.
|
com.google.protobuf.ByteString |
getDataStoresBytes(int index)
Optional.
|
int |
getDataStoresCount()
Optional.
|
List<String> |
getDataStoresList()
Optional.
|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getDataStoresList()
Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
`projects/{project}/locations/{location}/dataStores/{data_store}`
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
int getDataStoresCount()
Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
`projects/{project}/locations/{location}/dataStores/{data_store}`
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getDataStores(int index)
Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
`projects/{project}/locations/{location}/dataStores/{data_store}`
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getDataStoresBytes(int index)
Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
`projects/{project}/locations/{location}/dataStores/{data_store}`
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
index - The index of the value to return.String getFilter()
Optional. The filter expression to be applied. Expression syntax is documented at https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata#filter-expression-syntax
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. The filter expression to be applied. Expression syntax is documented at https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata#filter-expression-syntax
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.