Class AccountIssueServiceClientImpl
AccountIssueService client wrapper implementation, for convenient use.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountIssueServiceClientImpl : AccountIssueServiceClient
Remarks
Service to support AccountIssueService API.
Constructors
AccountIssueServiceClientImpl(AccountIssueServiceClient, AccountIssueServiceSettings, ILogger)
Constructs a client wrapper for the AccountIssueService service, with the specified gRPC client and settings.
Declaration
public AccountIssueServiceClientImpl(AccountIssueService.AccountIssueServiceClient grpcClient, AccountIssueServiceSettings settings, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| AccountIssueService.AccountIssueServiceClient | grpcClient | The underlying gRPC client. |
| AccountIssueServiceSettings | settings | The base AccountIssueServiceSettings used within this client. |
| ILogger | logger | Optional ILogger to use within this client. |
Properties
GrpcClient
The underlying gRPC AccountIssueService client
Declaration
public override AccountIssueService.AccountIssueServiceClient GrpcClient { get; }
Property Value
| Type | Description |
|---|---|
| AccountIssueService.AccountIssueServiceClient |
Overrides
Methods
ListAccountIssues(ListAccountIssuesRequest, CallSettings)
Lists all account issues of a Merchant Center account.
Declaration
public override PagedEnumerable<ListAccountIssuesResponse, AccountIssue> ListAccountIssues(ListAccountIssuesRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountIssuesRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| PagedEnumerable<ListAccountIssuesResponse, AccountIssue> | A pageable sequence of AccountIssue resources. |
Overrides
ListAccountIssuesAsync(ListAccountIssuesRequest, CallSettings)
Lists all account issues of a Merchant Center account.
Declaration
public override PagedAsyncEnumerable<ListAccountIssuesResponse, AccountIssue> ListAccountIssuesAsync(ListAccountIssuesRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountIssuesRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| PagedAsyncEnumerable<ListAccountIssuesResponse, AccountIssue> | A pageable asynchronous sequence of AccountIssue resources. |