public class DataStoreService.DataStoreServiceClient : ClientBase<DataStoreService.DataStoreServiceClient>Reference documentation and code samples for the Discovery Engine v1 API class DataStoreService.DataStoreServiceClient.
Client for DataStoreService
Inheritance
object > ClientBase > ClientBaseDataStoreServiceDataStoreServiceClient > DataStoreService.DataStoreServiceClientNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
DataStoreServiceClient()
protected DataStoreServiceClient()Protected parameterless constructor to allow creation of test doubles.
DataStoreServiceClient(CallInvoker)
public DataStoreServiceClient(CallInvoker callInvoker)Creates a new client for DataStoreService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
callInvoker | 
        CallInvokerThe callInvoker to use to make remote calls.  | 
      
DataStoreServiceClient(ChannelBase)
public DataStoreServiceClient(ChannelBase channel)Creates a new client for DataStoreService
| Parameter | |
|---|---|
| Name | Description | 
channel | 
        ChannelBaseThe channel to use to make remote calls.  | 
      
DataStoreServiceClient(ClientBaseConfiguration)
protected DataStoreServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBaseClientBaseConfigurationThe client configuration.  | 
      
Methods
CreateDataStore(CreateDataStoreRequest, CallOptions)
public virtual Operation CreateDataStore(CreateDataStoreRequest request, CallOptions options)Creates a [DataStore][google.cloud.discoveryengine.v1.DataStore].
DataStore is for storing [Documents][google.cloud.discoveryengine.v1.Document]. To serve these documents for Search, or Recommendation use case, an [Engine][google.cloud.discoveryengine.v1.Engine] needs to be created separately.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
CreateDataStore(CreateDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateDataStore(CreateDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a [DataStore][google.cloud.discoveryengine.v1.DataStore].
DataStore is for storing [Documents][google.cloud.discoveryengine.v1.Document]. To serve these documents for Search, or Recommendation use case, an [Engine][google.cloud.discoveryengine.v1.Engine] needs to be created separately.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
CreateDataStoreAsync(CreateDataStoreRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateDataStoreAsync(CreateDataStoreRequest request, CallOptions options)Creates a [DataStore][google.cloud.discoveryengine.v1.DataStore].
DataStore is for storing [Documents][google.cloud.discoveryengine.v1.Document]. To serve these documents for Search, or Recommendation use case, an [Engine][google.cloud.discoveryengine.v1.Engine] needs to be created separately.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
CreateDataStoreAsync(CreateDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateDataStoreAsync(CreateDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a [DataStore][google.cloud.discoveryengine.v1.DataStore].
DataStore is for storing [Documents][google.cloud.discoveryengine.v1.Document]. To serve these documents for Search, or Recommendation use case, an [Engine][google.cloud.discoveryengine.v1.Engine] needs to be created separately.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description | 
LocationsLocationsClient | 
        A new Locations.LocationsClient for the same target as this client.  | 
      
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description | 
OperationsOperationsClient | 
        A new Operations client for the same target as this client.  | 
      
DeleteDataStore(DeleteDataStoreRequest, CallOptions)
public virtual Operation DeleteDataStore(DeleteDataStoreRequest request, CallOptions options)Deletes a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
DeleteDataStore(DeleteDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteDataStore(DeleteDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
DeleteDataStoreAsync(DeleteDataStoreRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteDataStoreAsync(DeleteDataStoreRequest request, CallOptions options)Deletes a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
DeleteDataStoreAsync(DeleteDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDataStoreAsync(DeleteDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
GetDataStore(GetDataStoreRequest, CallOptions)
public virtual DataStore GetDataStore(GetDataStoreRequest request, CallOptions options)Gets a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DataStore | 
        The response received from the server.  | 
      
GetDataStore(GetDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual DataStore GetDataStore(GetDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DataStore | 
        The response received from the server.  | 
      
GetDataStoreAsync(GetDataStoreRequest, CallOptions)
public virtual AsyncUnaryCall<DataStore> GetDataStoreAsync(GetDataStoreRequest request, CallOptions options)Gets a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallDataStore | 
        The call object.  | 
      
GetDataStoreAsync(GetDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DataStore> GetDataStoreAsync(GetDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a [DataStore][google.cloud.discoveryengine.v1.DataStore].
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallDataStore | 
        The call object.  | 
      
ListDataStores(ListDataStoresRequest, CallOptions)
public virtual ListDataStoresResponse ListDataStores(ListDataStoresRequest request, CallOptions options)Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDataStoresRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListDataStoresResponse | 
        The response received from the server.  | 
      
ListDataStores(ListDataStoresRequest, Metadata, DateTime?, CancellationToken)
public virtual ListDataStoresResponse ListDataStores(ListDataStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDataStoresRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListDataStoresResponse | 
        The response received from the server.  | 
      
ListDataStoresAsync(ListDataStoresRequest, CallOptions)
public virtual AsyncUnaryCall<ListDataStoresResponse> ListDataStoresAsync(ListDataStoresRequest request, CallOptions options)Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDataStoresRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallListDataStoresResponse | 
        The call object.  | 
      
ListDataStoresAsync(ListDataStoresRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListDataStoresResponse> ListDataStoresAsync(ListDataStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDataStoresRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallListDataStoresResponse | 
        The call object.  | 
      
NewInstance(ClientBaseConfiguration)
protected override DataStoreService.DataStoreServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBaseClientBaseConfiguration | 
      
| Returns | |
|---|---|
| Type | Description | 
DataStoreServiceDataStoreServiceClient | 
        |
UpdateDataStore(UpdateDataStoreRequest, CallOptions)
public virtual DataStore UpdateDataStore(UpdateDataStoreRequest request, CallOptions options)Updates a [DataStore][google.cloud.discoveryengine.v1.DataStore]
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DataStore | 
        The response received from the server.  | 
      
UpdateDataStore(UpdateDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual DataStore UpdateDataStore(UpdateDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a [DataStore][google.cloud.discoveryengine.v1.DataStore]
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DataStore | 
        The response received from the server.  | 
      
UpdateDataStoreAsync(UpdateDataStoreRequest, CallOptions)
public virtual AsyncUnaryCall<DataStore> UpdateDataStoreAsync(UpdateDataStoreRequest request, CallOptions options)Updates a [DataStore][google.cloud.discoveryengine.v1.DataStore]
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDataStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallDataStore | 
        The call object.  | 
      
UpdateDataStoreAsync(UpdateDataStoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DataStore> UpdateDataStoreAsync(UpdateDataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a [DataStore][google.cloud.discoveryengine.v1.DataStore]
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDataStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallDataStore | 
        The call object.  |