Show / Hide Table of Contents

Class SkuGroupsResource.SkusResource.ListRequest

Lists all publicly listed SKUs contained by a publicly listed SKU group.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Maximum number of SKU group SKUs 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

Page token received from a previous ListSkuGroupSkus 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. The SkuGroup to list SkuGroupSku from. Format: skuGroups/{sku_group}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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