Show / Hide Table of Contents

Class AccountsResource.SkuGroupsResource.BillableSkusResource.ListRequest

Lists the Billable SKUs in a given SKU group. Possible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support. Return Value: If successful, the BillableSku resources. The data for each resource is displayed in the ascending order of: * BillableSku.service_display_name * BillableSku.sku_display_name If unsuccessful, returns an error.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>
AccountsResource.SkuGroupsResource.BillableSkusResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.GetBody()
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.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.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.SkuGroupsResource.BillableSkusResource.ListRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>, IClientServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>, 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<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.

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

PageToken

Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.

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

Parent

Required. Resource name of the SKU group. Format: accounts/{account}/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<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListSkuGroupBillableSkusResponse>.InitParameters()

Implements

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