Show / Hide Table of Contents

Class IssueresolutionResource.TriggeractionRequest

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 for all problematic field together with translated, human readable error messages that can be shown to the user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TriggerActionResponse>
MerchantBaseServiceRequest<TriggerActionResponse>
IssueresolutionResource.TriggeractionRequest
Implements
IClientServiceRequest<TriggerActionResponse>
IClientServiceRequest
Inherited Members
MerchantBaseServiceRequest<TriggerActionResponse>.Xgafv
MerchantBaseServiceRequest<TriggerActionResponse>.AccessToken
MerchantBaseServiceRequest<TriggerActionResponse>.Alt
MerchantBaseServiceRequest<TriggerActionResponse>.Callback
MerchantBaseServiceRequest<TriggerActionResponse>.Fields
MerchantBaseServiceRequest<TriggerActionResponse>.Key
MerchantBaseServiceRequest<TriggerActionResponse>.OauthToken
MerchantBaseServiceRequest<TriggerActionResponse>.PrettyPrint
MerchantBaseServiceRequest<TriggerActionResponse>.QuotaUser
MerchantBaseServiceRequest<TriggerActionResponse>.UploadType
MerchantBaseServiceRequest<TriggerActionResponse>.UploadProtocol
ClientServiceRequest<TriggerActionResponse>.Execute()
ClientServiceRequest<TriggerActionResponse>.ExecuteAsStream()
ClientServiceRequest<TriggerActionResponse>.ExecuteAsync()
ClientServiceRequest<TriggerActionResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TriggerActionResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<TriggerActionResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TriggerActionResponse>.CreateRequest(bool?)
ClientServiceRequest<TriggerActionResponse>.GenerateRequestUri()
ClientServiceRequest<TriggerActionResponse>.GetDefaultETagAction(string)
ClientServiceRequest<TriggerActionResponse>.ETagAction
ClientServiceRequest<TriggerActionResponse>.ModifyRequest
ClientServiceRequest<TriggerActionResponse>.ValidateParameters
ClientServiceRequest<TriggerActionResponse>.ApiVersion
ClientServiceRequest<TriggerActionResponse>.RequestParameters
ClientServiceRequest<TriggerActionResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class IssueresolutionResource.TriggeractionRequest : MerchantBaseServiceRequest<TriggerActionResponse>, IClientServiceRequest<TriggerActionResponse>, IClientServiceRequest

Constructors

TriggeractionRequest(IClientService, TriggerActionPayload, string)

Constructs a new Triggeraction request.

Declaration
public TriggeractionRequest(IClientService service, TriggerActionPayload body, string name)
Parameters
Type Name Description
IClientService service
TriggerActionPayload body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TriggerActionResponse>.HttpMethod

LanguageCode

Optional. Language code IETF BCP 47 syntax used to localize the response. If not set, the result will be in default language en-US.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TriggerActionResponse>.MethodName

Name

Required. The business's account that is triggering the action. Format: accounts/{account}

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TriggerActionResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<TriggerActionResponse>.GetBody()

InitParameters()

Initializes Triggeraction parameter list.

Declaration
protected override void InitParameters()
Overrides
MerchantBaseServiceRequest<TriggerActionResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX