Show / Hide Table of Contents

Class SkusResource.PriceResource.GetRequest

Gets the latest price for the given SKU.

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

MethodName

Gets the method name.

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

Name

Required. Name of the latest price to retrieve. Format: 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<GoogleCloudBillingPricesV1betaPrice>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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