Show / Hide Table of Contents

Class AccountsResource.LfpStoresResource.GetRequest

Retrieves information about a store.

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

MethodName

Gets the method name.

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

Name

Required. The name of the store to retrieve. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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