Show / Hide Table of Contents

Class AccountsResource.GetRequest

Gets one account by ID.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Account>
AdExchangeBuyerBaseServiceRequest<Account>
AccountsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Account>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<Account>.Alt
AdExchangeBuyerBaseServiceRequest<Account>.Fields
AdExchangeBuyerBaseServiceRequest<Account>.Key
AdExchangeBuyerBaseServiceRequest<Account>.OauthToken
AdExchangeBuyerBaseServiceRequest<Account>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<Account>.QuotaUser
AdExchangeBuyerBaseServiceRequest<Account>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class GetRequest : AdExchangeBuyerBaseServiceRequest<Account>, IClientServiceRequest<Account>, IClientServiceRequest

Constructors

GetRequest(IClientService, Int32)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, int id)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int32 id

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.HttpMethod

Id

The account id

Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual int Id { get; }
Property Value
Type Description
System.Int32

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top