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.v1beta.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 |
|
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
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. |