Show / Hide Table of Contents

Class AccountsResource.ProgramsResource.GetRequest

Retrieves the specified program for the account.

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

MethodName

Gets the method name.

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

Name

Required. The name of the program to retrieve. Format: accounts/{account}/programs/{program}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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