Show / Hide Table of Contents

Class SkusResource.PricesResource.ListRequest

Lists the latest prices for all SKUs.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

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<GoogleCloudBillingPricesV1betaListPricesResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Maximum number of prices to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. Page token received from a previous ListPrices call to retrieve the next page of results. If this field is empty, the first page is returned.

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

Parent

Required. To list the prices for all SKUs, use - as the SKU ID. Format: skus/- Specifying a specific SKU ID returns a collection with one Price object for the SKU.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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