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
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<BillingAccount>
CloudbillingBaseServiceRequest<BillingAccount>
BillingAccountsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<BillingAccount>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.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.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class 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
Google.Apis.Services.IClientService service
System.String name

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.Cloudbilling.v1.Data.BillingAccount>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.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
System.String

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Cloudbilling.v1.CloudbillingBaseServiceRequest<Google.Apis.Cloudbilling.v1.Data.BillingAccount>.InitParameters()

Implements

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