Show / Hide Table of Contents

Class SkuGroupsResource.ListRequest

Lists all publicly listed SKU groups.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Maximum number of SKU groups 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 ListSkuGroups 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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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