Class IssueResolutionService.IssueResolutionServiceClient
Client for IssueResolutionService
Inheritance
Inherited Members
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public class IssueResolutionService.IssueResolutionServiceClient : ClientBase<IssueResolutionService.IssueResolutionServiceClient>
Constructors
IssueResolutionServiceClient()
Protected parameterless constructor to allow creation of test doubles.
Declaration
protected IssueResolutionServiceClient()
IssueResolutionServiceClient(CallInvoker)
Creates a new client for IssueResolutionService that uses a custom CallInvoker
.
Declaration
public IssueResolutionServiceClient(CallInvoker callInvoker)
Parameters
Type | Name | Description |
---|---|---|
CallInvoker | callInvoker | The callInvoker to use to make remote calls. |
IssueResolutionServiceClient(ChannelBase)
Creates a new client for IssueResolutionService
Declaration
public IssueResolutionServiceClient(ChannelBase channel)
Parameters
Type | Name | Description |
---|---|---|
ChannelBase | channel | The channel to use to make remote calls. |
IssueResolutionServiceClient(ClientBaseConfiguration)
Protected constructor to allow creation of configured clients.
Declaration
protected IssueResolutionServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration | The client configuration. |
Methods
NewInstance(ClientBaseConfiguration)
Creates a new instance of client from given ClientBaseConfiguration
.
Declaration
protected override IssueResolutionService.IssueResolutionServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration |
Returns
Type | Description |
---|---|
IssueResolutionService.IssueResolutionServiceClient |
Overrides
RenderAccountIssues(RenderAccountIssuesRequest, CallOptions)
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual RenderAccountIssuesResponse RenderAccountIssues(RenderAccountIssuesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RenderAccountIssuesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
RenderAccountIssuesResponse | The response received from the server. |
RenderAccountIssues(RenderAccountIssuesRequest, Metadata, DateTime?, CancellationToken)
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual RenderAccountIssuesResponse RenderAccountIssues(RenderAccountIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RenderAccountIssuesRequest | 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 |
---|---|
RenderAccountIssuesResponse | The response received from the server. |
RenderAccountIssuesAsync(RenderAccountIssuesRequest, CallOptions)
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual AsyncUnaryCall<RenderAccountIssuesResponse> RenderAccountIssuesAsync(RenderAccountIssuesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RenderAccountIssuesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RenderAccountIssuesResponse> | The call object. |
RenderAccountIssuesAsync(RenderAccountIssuesRequest, Metadata, DateTime?, CancellationToken)
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual AsyncUnaryCall<RenderAccountIssuesResponse> RenderAccountIssuesAsync(RenderAccountIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RenderAccountIssuesRequest | 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<RenderAccountIssuesResponse> | The call object. |
RenderProductIssues(RenderProductIssuesRequest, CallOptions)
Provide a list of issues for business's product with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual RenderProductIssuesResponse RenderProductIssues(RenderProductIssuesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RenderProductIssuesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
RenderProductIssuesResponse | The response received from the server. |
RenderProductIssues(RenderProductIssuesRequest, Metadata, DateTime?, CancellationToken)
Provide a list of issues for business's product with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual RenderProductIssuesResponse RenderProductIssues(RenderProductIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RenderProductIssuesRequest | 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 |
---|---|
RenderProductIssuesResponse | The response received from the server. |
RenderProductIssuesAsync(RenderProductIssuesRequest, CallOptions)
Provide a list of issues for business's product with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual AsyncUnaryCall<RenderProductIssuesResponse> RenderProductIssuesAsync(RenderProductIssuesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RenderProductIssuesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RenderProductIssuesResponse> | The call object. |
RenderProductIssuesAsync(RenderProductIssuesRequest, Metadata, DateTime?, CancellationToken)
Provide a list of issues for business's product with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Declaration
public virtual AsyncUnaryCall<RenderProductIssuesResponse> RenderProductIssuesAsync(RenderProductIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RenderProductIssuesRequest | 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<RenderProductIssuesResponse> | The call object. |
TriggerAction(TriggerActionRequest, CallOptions)
Start an action. The action can be requested by a business in third-party application. Before the business can request the action, the third-party application needs to show them action specific content and display a user input form.
The action can be successfully started only once all required
inputs are
provided. If any required
input is missing, or invalid value was
provided, the service will return 400 error. Validation errors will contain
[Ids][google.shopping.merchant.issueresolution.v1.InputField.id] for all
problematic field together with translated, human readable error messages
that can be shown to the user.
Declaration
public virtual TriggerActionResponse TriggerAction(TriggerActionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
TriggerActionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
TriggerActionResponse | The response received from the server. |
TriggerAction(TriggerActionRequest, Metadata, DateTime?, CancellationToken)
Start an action. The action can be requested by a business in third-party application. Before the business can request the action, the third-party application needs to show them action specific content and display a user input form.
The action can be successfully started only once all required
inputs are
provided. If any required
input is missing, or invalid value was
provided, the service will return 400 error. Validation errors will contain
[Ids][google.shopping.merchant.issueresolution.v1.InputField.id] for all
problematic field together with translated, human readable error messages
that can be shown to the user.
Declaration
public virtual TriggerActionResponse TriggerAction(TriggerActionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
TriggerActionRequest | 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 |
---|---|
TriggerActionResponse | The response received from the server. |
TriggerActionAsync(TriggerActionRequest, CallOptions)
Start an action. The action can be requested by a business in third-party application. Before the business can request the action, the third-party application needs to show them action specific content and display a user input form.
The action can be successfully started only once all required
inputs are
provided. If any required
input is missing, or invalid value was
provided, the service will return 400 error. Validation errors will contain
[Ids][google.shopping.merchant.issueresolution.v1.InputField.id] for all
problematic field together with translated, human readable error messages
that can be shown to the user.
Declaration
public virtual AsyncUnaryCall<TriggerActionResponse> TriggerActionAsync(TriggerActionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
TriggerActionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<TriggerActionResponse> | The call object. |
TriggerActionAsync(TriggerActionRequest, Metadata, DateTime?, CancellationToken)
Start an action. The action can be requested by a business in third-party application. Before the business can request the action, the third-party application needs to show them action specific content and display a user input form.
The action can be successfully started only once all required
inputs are
provided. If any required
input is missing, or invalid value was
provided, the service will return 400 error. Validation errors will contain
[Ids][google.shopping.merchant.issueresolution.v1.InputField.id] for all
problematic field together with translated, human readable error messages
that can be shown to the user.
Declaration
public virtual AsyncUnaryCall<TriggerActionResponse> TriggerActionAsync(TriggerActionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
TriggerActionRequest | 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<TriggerActionResponse> | The call object. |