Class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
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.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec : IDirectResponseSchema
Properties
DataStore
Required. Full resource name of DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |