Show / Hide Table of Contents

Class AccountsResource.OmnichannelSettingsResource.GetRequest

Get the omnichannel settings for a given merchant.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<OmnichannelSetting>
MerchantBaseServiceRequest<OmnichannelSetting>
AccountsResource.OmnichannelSettingsResource.GetRequest
Implements
IClientServiceRequest<OmnichannelSetting>
IClientServiceRequest
Inherited Members
MerchantBaseServiceRequest<OmnichannelSetting>.Xgafv
MerchantBaseServiceRequest<OmnichannelSetting>.AccessToken
MerchantBaseServiceRequest<OmnichannelSetting>.Alt
MerchantBaseServiceRequest<OmnichannelSetting>.Callback
MerchantBaseServiceRequest<OmnichannelSetting>.Fields
MerchantBaseServiceRequest<OmnichannelSetting>.Key
MerchantBaseServiceRequest<OmnichannelSetting>.OauthToken
MerchantBaseServiceRequest<OmnichannelSetting>.PrettyPrint
MerchantBaseServiceRequest<OmnichannelSetting>.QuotaUser
MerchantBaseServiceRequest<OmnichannelSetting>.UploadType
MerchantBaseServiceRequest<OmnichannelSetting>.UploadProtocol
ClientServiceRequest<OmnichannelSetting>.Execute()
ClientServiceRequest<OmnichannelSetting>.ExecuteAsStream()
ClientServiceRequest<OmnichannelSetting>.ExecuteAsync()
ClientServiceRequest<OmnichannelSetting>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OmnichannelSetting>.ExecuteAsStreamAsync()
ClientServiceRequest<OmnichannelSetting>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OmnichannelSetting>.CreateRequest(bool?)
ClientServiceRequest<OmnichannelSetting>.GenerateRequestUri()
ClientServiceRequest<OmnichannelSetting>.GetBody()
ClientServiceRequest<OmnichannelSetting>.GetDefaultETagAction(string)
ClientServiceRequest<OmnichannelSetting>.ETagAction
ClientServiceRequest<OmnichannelSetting>.ModifyRequest
ClientServiceRequest<OmnichannelSetting>.ValidateParameters
ClientServiceRequest<OmnichannelSetting>.ApiVersion
ClientServiceRequest<OmnichannelSetting>.RequestParameters
ClientServiceRequest<OmnichannelSetting>.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.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.OmnichannelSettingsResource.GetRequest : MerchantBaseServiceRequest<OmnichannelSetting>, IClientServiceRequest<OmnichannelSetting>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the omnichannel setting to retrieve. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

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<OmnichannelSetting>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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