Show / Hide Table of Contents

Class AggregateProductStatusesService.AggregateProductStatusesServiceClient

Client for AggregateProductStatusesService

Inheritance
object
ClientBase
ClientBase<AggregateProductStatusesService.AggregateProductStatusesServiceClient>
AggregateProductStatusesService.AggregateProductStatusesServiceClient
Inherited Members
ClientBase<AggregateProductStatusesService.AggregateProductStatusesServiceClient>.WithHost(string)
ClientBase.CallInvoker
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public class AggregateProductStatusesService.AggregateProductStatusesServiceClient : ClientBase<AggregateProductStatusesService.AggregateProductStatusesServiceClient>

Constructors

AggregateProductStatusesServiceClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected AggregateProductStatusesServiceClient()

AggregateProductStatusesServiceClient(CallInvoker)

Creates a new client for AggregateProductStatusesService that uses a custom CallInvoker.

Declaration
public AggregateProductStatusesServiceClient(CallInvoker callInvoker)
Parameters
Type Name Description
CallInvoker callInvoker

The callInvoker to use to make remote calls.

AggregateProductStatusesServiceClient(ChannelBase)

Creates a new client for AggregateProductStatusesService

Declaration
public AggregateProductStatusesServiceClient(ChannelBase channel)
Parameters
Type Name Description
ChannelBase channel

The channel to use to make remote calls.

AggregateProductStatusesServiceClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

Declaration
protected AggregateProductStatusesServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration

The client configuration.

Methods

ListAggregateProductStatuses(ListAggregateProductStatusesRequest, CallOptions)

Lists the AggregateProductStatuses resources for your merchant account. The response might contain fewer items than specified by pageSize. If pageToken was returned in previous request, it can be used to obtain additional results.

Declaration
public virtual ListAggregateProductStatusesResponse ListAggregateProductStatuses(ListAggregateProductStatusesRequest request, CallOptions options)
Parameters
Type Name Description
ListAggregateProductStatusesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListAggregateProductStatusesResponse

The response received from the server.

ListAggregateProductStatuses(ListAggregateProductStatusesRequest, Metadata, DateTime?, CancellationToken)

Lists the AggregateProductStatuses resources for your merchant account. The response might contain fewer items than specified by pageSize. If pageToken was returned in previous request, it can be used to obtain additional results.

Declaration
public virtual ListAggregateProductStatusesResponse ListAggregateProductStatuses(ListAggregateProductStatusesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAggregateProductStatusesRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAggregateProductStatusesResponse

The response received from the server.

ListAggregateProductStatusesAsync(ListAggregateProductStatusesRequest, CallOptions)

Lists the AggregateProductStatuses resources for your merchant account. The response might contain fewer items than specified by pageSize. If pageToken was returned in previous request, it can be used to obtain additional results.

Declaration
public virtual AsyncUnaryCall<ListAggregateProductStatusesResponse> ListAggregateProductStatusesAsync(ListAggregateProductStatusesRequest request, CallOptions options)
Parameters
Type Name Description
ListAggregateProductStatusesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListAggregateProductStatusesResponse>

The call object.

ListAggregateProductStatusesAsync(ListAggregateProductStatusesRequest, Metadata, DateTime?, CancellationToken)

Lists the AggregateProductStatuses resources for your merchant account. The response might contain fewer items than specified by pageSize. If pageToken was returned in previous request, it can be used to obtain additional results.

Declaration
public virtual AsyncUnaryCall<ListAggregateProductStatusesResponse> ListAggregateProductStatusesAsync(ListAggregateProductStatusesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAggregateProductStatusesRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListAggregateProductStatusesResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

Declaration
protected override AggregateProductStatusesService.AggregateProductStatusesServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration
Returns
Type Description
AggregateProductStatusesService.AggregateProductStatusesServiceClient
Overrides
Grpc.Core.ClientBase<Google.Shopping.Merchant.IssueResolution.V1.AggregateProductStatusesService.AggregateProductStatusesServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)
In this article
Back to top Generated by DocFX