- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 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 SearchRequest.DataStoreSpec.Builder extends GeneratedMessage.Builder<SearchRequest.DataStoreSpec.Builder> implements SearchRequest.DataStoreSpecOrBuilder A struct to define data stores to filter on in a search call and
configurations for those data stores. Otherwise, an INVALID_ARGUMENT
error is returned.
Protobuf type google.cloud.discoveryengine.v1.SearchRequest.DataStoreSpec
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchRequest.DataStoreSpec.BuilderImplements
SearchRequest.DataStoreSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchRequest.DataStoreSpec build()| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec |
|
buildPartial()
public SearchRequest.DataStoreSpec buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec |
|
clear()
public SearchRequest.DataStoreSpec.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
clearBoostSpec()
public SearchRequest.DataStoreSpec.Builder clearBoostSpec()Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
clearCustomSearchOperators()
public SearchRequest.DataStoreSpec.Builder clearCustomSearchOperators()Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
string custom_search_operators = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
clearDataStore()
public SearchRequest.DataStoreSpec.Builder clearDataStore() Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
clearFilter()
public SearchRequest.DataStoreSpec.Builder clearFilter()Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
getBoostSpec()
public SearchRequest.BoostSpec getBoostSpec()Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.BoostSpec |
The boostSpec. |
getBoostSpecBuilder()
public SearchRequest.BoostSpec.Builder getBoostSpecBuilder()Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.BoostSpec.Builder |
|
getBoostSpecOrBuilder()
public SearchRequest.BoostSpecOrBuilder getBoostSpecOrBuilder()Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchRequest.BoostSpecOrBuilder |
|
getCustomSearchOperators()
public String getCustomSearchOperators()Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
string custom_search_operators = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The customSearchOperators. |
getCustomSearchOperatorsBytes()
public ByteString getCustomSearchOperatorsBytes()Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
string custom_search_operators = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customSearchOperators. |
getDataStore()
public String getDataStore() Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The dataStore. |
getDataStoreBytes()
public ByteString getDataStoreBytes() Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataStore. |
getDefaultInstanceForType()
public SearchRequest.DataStoreSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
hasBoostSpec()
public boolean hasBoostSpec()Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boostSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBoostSpec(SearchRequest.BoostSpec value)
public SearchRequest.DataStoreSpec.Builder mergeBoostSpec(SearchRequest.BoostSpec value)Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SearchRequest.BoostSpec |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
mergeFrom(SearchRequest.DataStoreSpec other)
public SearchRequest.DataStoreSpec.Builder mergeFrom(SearchRequest.DataStoreSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchRequest.DataStoreSpec |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchRequest.DataStoreSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchRequest.DataStoreSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
setBoostSpec(SearchRequest.BoostSpec value)
public SearchRequest.DataStoreSpec.Builder setBoostSpec(SearchRequest.BoostSpec value)Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SearchRequest.BoostSpec |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
setBoostSpec(SearchRequest.BoostSpec.Builder builderForValue)
public SearchRequest.DataStoreSpec.Builder setBoostSpec(SearchRequest.BoostSpec.Builder builderForValue)Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
.google.cloud.discoveryengine.v1.SearchRequest.BoostSpec boost_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SearchRequest.BoostSpec.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
|
setCustomSearchOperators(String value)
public SearchRequest.DataStoreSpec.Builder setCustomSearchOperators(String value)Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
string custom_search_operators = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe customSearchOperators to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
setCustomSearchOperatorsBytes(ByteString value)
public SearchRequest.DataStoreSpec.Builder setCustomSearchOperatorsBytes(ByteString value)Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
string custom_search_operators = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for customSearchOperators to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
setDataStore(String value)
public SearchRequest.DataStoreSpec.Builder setDataStore(String value) Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataStore to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
setDataStoreBytes(ByteString value)
public SearchRequest.DataStoreSpec.Builder setDataStoreBytes(ByteString value) Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dataStore to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
setFilter(String value)
public SearchRequest.DataStoreSpec.Builder setFilter(String value)Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public SearchRequest.DataStoreSpec.Builder setFilterBytes(ByteString value)Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.DataStoreSpec.Builder |
This builder for chaining. |