public class CatalogServiceClient : ClientBase<CatalogService.CatalogServiceClient>Client for CatalogService
Inheritance
Object > ClientBase > ClientBase<CatalogService.CatalogServiceClient> > CatalogService.CatalogServiceClientNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
CatalogServiceClient()
protected CatalogServiceClient()Protected parameterless constructor to allow creation of test doubles.
CatalogServiceClient(CallInvoker)
public CatalogServiceClient(CallInvoker callInvoker)Creates a new client for CatalogService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
callInvoker | 
        CallInvokerThe callInvoker to use to make remote calls.  | 
      
CatalogServiceClient(ChannelBase)
public CatalogServiceClient(ChannelBase channel)Creates a new client for CatalogService
| Parameter | |
|---|---|
| Name | Description | 
channel | 
        ChannelBaseThe channel to use to make remote calls.  | 
      
CatalogServiceClient(ClientBase.ClientBaseConfiguration)
protected CatalogServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBase.ClientBaseConfigurationThe client configuration.  | 
      
Methods
ListCatalogs(ListCatalogsRequest, CallOptions)
public virtual ListCatalogsResponse ListCatalogs(ListCatalogsRequest request, CallOptions options)Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListCatalogsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListCatalogsResponse | 
        The response received from the server.  | 
      
ListCatalogs(ListCatalogsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListCatalogsResponse ListCatalogs(ListCatalogsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListCatalogsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An 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 | 
ListCatalogsResponse | 
        The response received from the server.  | 
      
ListCatalogsAsync(ListCatalogsRequest, CallOptions)
public virtual AsyncUnaryCall<ListCatalogsResponse> ListCatalogsAsync(ListCatalogsRequest request, CallOptions options)Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListCatalogsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<ListCatalogsResponse> | 
        The call object.  | 
      
ListCatalogsAsync(ListCatalogsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListCatalogsResponse> ListCatalogsAsync(ListCatalogsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListCatalogsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An 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 | 
AsyncUnaryCall<ListCatalogsResponse> | 
        The call object.  | 
      
NewInstance(ClientBase.ClientBaseConfiguration)
protected override CatalogService.CatalogServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBase.ClientBaseConfiguration | 
      
| Returns | |
|---|---|
| Type | Description | 
CatalogService.CatalogServiceClient | 
        |
UpdateCatalog(UpdateCatalogRequest, CallOptions)
public virtual Catalog UpdateCatalog(UpdateCatalogRequest request, CallOptions options)Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateCatalogRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Catalog | 
        The response received from the server.  | 
      
UpdateCatalog(UpdateCatalogRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Catalog UpdateCatalog(UpdateCatalogRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateCatalogRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An 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 | 
Catalog | 
        The response received from the server.  | 
      
UpdateCatalogAsync(UpdateCatalogRequest, CallOptions)
public virtual AsyncUnaryCall<Catalog> UpdateCatalogAsync(UpdateCatalogRequest request, CallOptions options)Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateCatalogRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<Catalog> | 
        The call object.  | 
      
UpdateCatalogAsync(UpdateCatalogRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Catalog> UpdateCatalogAsync(UpdateCatalogRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateCatalogRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An 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 | 
AsyncUnaryCall<Catalog> | 
        The call object.  |