public static final class SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder extends GeneratedMessage.Builder<SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder> implements SearchKnowledgeRequest.SearchConfig.FilterSpecsOrBuilderFilter specification for data store queries.
Protobuf type
google.cloud.dialogflow.v2.SearchKnowledgeRequest.SearchConfig.FilterSpecs
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchKnowledgeRequest.SearchConfig.FilterSpecs.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDataStores(Iterable<String> values)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder addAllDataStores(Iterable<String> values)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The dataStores to add. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
addDataStores(String value)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder addDataStores(String value)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataStores to add. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
addDataStoresBytes(ByteString value)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder addDataStoresBytes(ByteString value)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the dataStores to add. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
build()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs build()| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs |
|
buildPartial()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs |
|
clear()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
|
clearDataStores()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder clearDataStores()Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
clearFilter()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder clearFilter()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];
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
getDataStores(int index)
public String getDataStores(int index)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The dataStores at the given index. |
getDataStoresBytes(int index)
public ByteString getDataStoresBytes(int index)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the dataStores at the given index. |
getDataStoresCount()
public int getDataStoresCount()Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of dataStores. |
getDataStoresList()
public ProtocolStringList getDataStoresList()Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the dataStores. |
getDefaultInstanceForType()
public SearchKnowledgeRequest.SearchConfig.FilterSpecs getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public 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];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SearchKnowledgeRequest.SearchConfig.FilterSpecs other)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder mergeFrom(SearchKnowledgeRequest.SearchConfig.FilterSpecs other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchKnowledgeRequest.SearchConfig.FilterSpecs |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
|
setDataStores(int index, String value)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder setDataStores(int index, String value)Optional. The data store where the filter configuration is applied. Full resource name of data store, such as projects/{project}/locations/{location}/collections/{collectionId}/ dataStores/{dataStoreId}.
repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe dataStores to set. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
setFilter(String value)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder setFilter(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder setFilterBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
SearchKnowledgeRequest.SearchConfig.FilterSpecs.Builder |
This builder for chaining. |