Show / Hide Table of Contents

Class BillingAccountsResource.EstimateCostScenarioRequest

Use custom pricing in the estimate, using a CostScenario with a defined billingAccount.

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

Constructors

EstimateCostScenarioRequest(IClientService, EstimateCostScenarioForBillingAccountRequest, string)

Constructs a new EstimateCostScenario request.

Declaration
public EstimateCostScenarioRequest(IClientService service, EstimateCostScenarioForBillingAccountRequest body, string billingAccount)
Parameters
Type Name Description
IClientService service
EstimateCostScenarioForBillingAccountRequest body
string billingAccount

Properties

BillingAccount

Resource name of the billing account for the cost estimate. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF is the resource name for billing account 012345-567890-ABCDEF. Must be specified.

Declaration
[RequestParameter("billingAccount", RequestParameterType.Path)]
public virtual string BillingAccount { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<EstimateCostScenarioForBillingAccountResponse>.GetBody()

InitParameters()

Initializes EstimateCostScenario parameter list.

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

Implements

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