Show / Hide Table of Contents

Class AccountIssueService.AccountIssueServiceClient

Client for AccountIssueService

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

Constructors

AccountIssueServiceClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected AccountIssueServiceClient()

AccountIssueServiceClient(CallInvoker)

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

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

The callInvoker to use to make remote calls.

AccountIssueServiceClient(ChannelBase)

Creates a new client for AccountIssueService

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

The channel to use to make remote calls.

AccountIssueServiceClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

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

The client configuration.

Methods

ListAccountIssues(ListAccountIssuesRequest, CallOptions)

Lists all account issues of a Merchant Center account.

When called on a multi-client account, this method only returns issues belonging to that account, not its sub-accounts. To retrieve issues for sub-accounts, you must first call the [accounts.listSubaccounts][google.shopping.merchant.accounts.v1.AccountsService.ListSubAccounts] method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

Declaration
public virtual ListAccountIssuesResponse ListAccountIssues(ListAccountIssuesRequest request, CallOptions options)
Parameters
Type Name Description
ListAccountIssuesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListAccountIssuesResponse

The response received from the server.

ListAccountIssues(ListAccountIssuesRequest, Metadata, DateTime?, CancellationToken)

Lists all account issues of a Merchant Center account.

When called on a multi-client account, this method only returns issues belonging to that account, not its sub-accounts. To retrieve issues for sub-accounts, you must first call the [accounts.listSubaccounts][google.shopping.merchant.accounts.v1.AccountsService.ListSubAccounts] method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

Declaration
public virtual ListAccountIssuesResponse ListAccountIssues(ListAccountIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAccountIssuesRequest 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
ListAccountIssuesResponse

The response received from the server.

ListAccountIssuesAsync(ListAccountIssuesRequest, CallOptions)

Lists all account issues of a Merchant Center account.

When called on a multi-client account, this method only returns issues belonging to that account, not its sub-accounts. To retrieve issues for sub-accounts, you must first call the [accounts.listSubaccounts][google.shopping.merchant.accounts.v1.AccountsService.ListSubAccounts] method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

Declaration
public virtual AsyncUnaryCall<ListAccountIssuesResponse> ListAccountIssuesAsync(ListAccountIssuesRequest request, CallOptions options)
Parameters
Type Name Description
ListAccountIssuesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListAccountIssuesResponse>

The call object.

ListAccountIssuesAsync(ListAccountIssuesRequest, Metadata, DateTime?, CancellationToken)

Lists all account issues of a Merchant Center account.

When called on a multi-client account, this method only returns issues belonging to that account, not its sub-accounts. To retrieve issues for sub-accounts, you must first call the [accounts.listSubaccounts][google.shopping.merchant.accounts.v1.AccountsService.ListSubAccounts] method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

Declaration
public virtual AsyncUnaryCall<ListAccountIssuesResponse> ListAccountIssuesAsync(ListAccountIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAccountIssuesRequest 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<ListAccountIssuesResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

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