Show / Hide Table of Contents

Class BillingAccountsResource.GetRequest

Gets information about a billing account. The current authenticated user must be a viewer of the billing account.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudbillingBaseServiceRequest<BillingAccount>.InitParameters()

Implements

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