- 0.49.0 (latest)
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class AnswerQueryRequest.SearchSpec.SearchParams.Builder extends GeneratedMessageV3.Builder<AnswerQueryRequest.SearchSpec.SearchParams.Builder> implements AnswerQueryRequest.SearchSpec.SearchParamsOrBuilder
Search parameters.
Protobuf type
google.cloud.discoveryengine.v1beta.AnswerQueryRequest.SearchSpec.SearchParams
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnswerQueryRequest.SearchSpec.SearchParams.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllDataStoreSpecs(Iterable<? extends SearchRequest.DataStoreSpec> values)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addAllDataStoreSpecs(Iterable<? extends SearchRequest.DataStoreSpec> values)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec> |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
addDataStoreSpecs(SearchRequest.DataStoreSpec value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addDataStoreSpecs(SearchRequest.DataStoreSpec value)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
value |
SearchRequest.DataStoreSpec |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
addDataStoreSpecs(SearchRequest.DataStoreSpec.Builder builderForValue)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addDataStoreSpecs(SearchRequest.DataStoreSpec.Builder builderForValue)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
SearchRequest.DataStoreSpec.Builder |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
addDataStoreSpecs(int index, SearchRequest.DataStoreSpec value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addDataStoreSpecs(int index, SearchRequest.DataStoreSpec value)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
SearchRequest.DataStoreSpec |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
addDataStoreSpecs(int index, SearchRequest.DataStoreSpec.Builder builderForValue)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addDataStoreSpecs(int index, SearchRequest.DataStoreSpec.Builder builderForValue)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
SearchRequest.DataStoreSpec.Builder |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
addDataStoreSpecsBuilder()
public SearchRequest.DataStoreSpec.Builder addDataStoreSpecsBuilder()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
SearchRequest.DataStoreSpec.Builder |
addDataStoreSpecsBuilder(int index)
public SearchRequest.DataStoreSpec.Builder addDataStoreSpecsBuilder(int index)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchRequest.DataStoreSpec.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
build()
public AnswerQueryRequest.SearchSpec.SearchParams build()
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams |
buildPartial()
public AnswerQueryRequest.SearchSpec.SearchParams buildPartial()
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams |
clear()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clear()
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
clearBoostSpec()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearBoostSpec()
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
clearDataStoreSpecs()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearDataStoreSpecs()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
clearField(Descriptors.FieldDescriptor field)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
clearFilter()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearFilter()
The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. This will be used to filter search results which may affect the Answer response.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customers might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter
string filter = 2;
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
clearMaxReturnResults()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearMaxReturnResults()
Number of search results to return. The default value is 10.
int32 max_return_results = 1;
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
clearOrderBy()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clearOrderBy()
The order in which documents are returned. Documents can be ordered
by a field in an
Document object. Leave
it unset if ordered by relevance. order_by
expression is
case-sensitive. For more information on ordering, see
Ordering
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
string order_by = 4;
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
clone()
public AnswerQueryRequest.SearchSpec.SearchParams.Builder clone()
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
getBoostSpec()
public SearchRequest.BoostSpec getBoostSpec()
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Returns | |
---|---|
Type | Description |
SearchRequest.BoostSpec |
The boostSpec. |
getBoostSpecBuilder()
public SearchRequest.BoostSpec.Builder getBoostSpecBuilder()
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Returns | |
---|---|
Type | Description |
SearchRequest.BoostSpec.Builder |
getBoostSpecOrBuilder()
public SearchRequest.BoostSpecOrBuilder getBoostSpecOrBuilder()
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Returns | |
---|---|
Type | Description |
SearchRequest.BoostSpecOrBuilder |
getDataStoreSpecs(int index)
public SearchRequest.DataStoreSpec getDataStoreSpecs(int index)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchRequest.DataStoreSpec |
getDataStoreSpecsBuilder(int index)
public SearchRequest.DataStoreSpec.Builder getDataStoreSpecsBuilder(int index)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchRequest.DataStoreSpec.Builder |
getDataStoreSpecsBuilderList()
public List<SearchRequest.DataStoreSpec.Builder> getDataStoreSpecsBuilderList()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
List<Builder> |
getDataStoreSpecsCount()
public int getDataStoreSpecsCount()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
int |
getDataStoreSpecsList()
public List<SearchRequest.DataStoreSpec> getDataStoreSpecsList()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
List<DataStoreSpec> |
getDataStoreSpecsOrBuilder(int index)
public SearchRequest.DataStoreSpecOrBuilder getDataStoreSpecsOrBuilder(int index)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchRequest.DataStoreSpecOrBuilder |
getDataStoreSpecsOrBuilderList()
public List<? extends SearchRequest.DataStoreSpecOrBuilder> getDataStoreSpecsOrBuilderList()
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpecOrBuilder> |
getDefaultInstanceForType()
public AnswerQueryRequest.SearchSpec.SearchParams getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. This will be used to filter search results which may affect the Answer response.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customers might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter
string filter = 2;
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. This will be used to filter search results which may affect the Answer response.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customers might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter
string filter = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getMaxReturnResults()
public int getMaxReturnResults()
Number of search results to return. The default value is 10.
int32 max_return_results = 1;
Returns | |
---|---|
Type | Description |
int |
The maxReturnResults. |
getOrderBy()
public String getOrderBy()
The order in which documents are returned. Documents can be ordered
by a field in an
Document object. Leave
it unset if ordered by relevance. order_by
expression is
case-sensitive. For more information on ordering, see
Ordering
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
string order_by = 4;
Returns | |
---|---|
Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()
The order in which documents are returned. Documents can be ordered
by a field in an
Document object. Leave
it unset if ordered by relevance. order_by
expression is
case-sensitive. For more information on ordering, see
Ordering
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
string order_by = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for orderBy. |
hasBoostSpec()
public boolean hasBoostSpec()
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the boostSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeBoostSpec(SearchRequest.BoostSpec value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder mergeBoostSpec(SearchRequest.BoostSpec value)
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Parameter | |
---|---|
Name | Description |
value |
SearchRequest.BoostSpec |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
mergeFrom(AnswerQueryRequest.SearchSpec.SearchParams other)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder mergeFrom(AnswerQueryRequest.SearchSpec.SearchParams other)
Parameter | |
---|---|
Name | Description |
other |
AnswerQueryRequest.SearchSpec.SearchParams |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnswerQueryRequest.SearchSpec.SearchParams.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
removeDataStoreSpecs(int index)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder removeDataStoreSpecs(int index)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setBoostSpec(SearchRequest.BoostSpec value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setBoostSpec(SearchRequest.BoostSpec value)
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Parameter | |
---|---|
Name | Description |
value |
SearchRequest.BoostSpec |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setBoostSpec(SearchRequest.BoostSpec.Builder builderForValue)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setBoostSpec(SearchRequest.BoostSpec.Builder builderForValue)
Boost specification to boost certain documents in search results which may affect the answer query response. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec boost_spec = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
SearchRequest.BoostSpec.Builder |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setDataStoreSpecs(int index, SearchRequest.DataStoreSpec value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setDataStoreSpecs(int index, SearchRequest.DataStoreSpec value)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
SearchRequest.DataStoreSpec |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setDataStoreSpecs(int index, SearchRequest.DataStoreSpec.Builder builderForValue)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setDataStoreSpecs(int index, SearchRequest.DataStoreSpec.Builder builderForValue)
Specs defining dataStores to filter on in a search call and configurations for those dataStores. This is only considered for engines with multiple dataStores use case. For single dataStore within an engine, they should use the specs at the top level.
repeated .google.cloud.discoveryengine.v1beta.SearchRequest.DataStoreSpec data_store_specs = 7;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
SearchRequest.DataStoreSpec.Builder |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setFilter(String value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setFilter(String value)
The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. This will be used to filter search results which may affect the Answer response.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customers might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter
string filter = 2;
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setFilterBytes(ByteString value)
The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. This will be used to filter search results which may affect the Answer response.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customers might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter
string filter = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
setMaxReturnResults(int value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setMaxReturnResults(int value)
Number of search results to return. The default value is 10.
int32 max_return_results = 1;
Parameter | |
---|---|
Name | Description |
value |
int The maxReturnResults to set. |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
setOrderBy(String value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setOrderBy(String value)
The order in which documents are returned. Documents can be ordered
by a field in an
Document object. Leave
it unset if ordered by relevance. order_by
expression is
case-sensitive. For more information on ordering, see
Ordering
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
string order_by = 4;
Parameter | |
---|---|
Name | Description |
value |
String The orderBy to set. |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setOrderByBytes(ByteString value)
The order in which documents are returned. Documents can be ordered
by a field in an
Document object. Leave
it unset if ordered by relevance. order_by
expression is
case-sensitive. For more information on ordering, see
Ordering
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
string order_by = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for orderBy to set. |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnswerQueryRequest.SearchSpec.SearchParams.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnswerQueryRequest.SearchSpec.SearchParams.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AnswerQueryRequest.SearchSpec.SearchParams.Builder |