Show / Hide Table of Contents

Class BillingAccountsResource.SkusResource.PriceResource.GetRequest

Gets the latest price for SKUs available to your Cloud Billing account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>
BillingAccountsResource.SkusResource.PriceResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>
IClientServiceRequest
Inherited Members
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Xgafv
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.AccessToken
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Alt
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Callback
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Fields
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Key
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.OauthToken
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.PrettyPrint
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.QuotaUser
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.UploadType
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.UploadProtocol
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.Execute()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.GetBody()
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ETagAction
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ModifyRequest
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ValidateParameters
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.ApiVersion
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.RequestParameters
ClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>.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.SkusResource.PriceResource.GetRequest : CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>, IClientServiceRequest<GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>, 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

CurrencyCode

Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used.

Declaration
[RequestParameter("currencyCode", RequestParameterType.Query)]
public virtual string CurrencyCode { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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