target.apidocs.com.google.api.services.cloudchannel.v1.Cloudchannel.Accounts.SkuGroups.BillableSkus.html Maven / Gradle / Ivy
Cloudchannel.Accounts.SkuGroups.BillableSkus (Cloud Channel API v1-rev20241109-2.0.0)
com.google.api.services.cloudchannel.v1
Class Cloudchannel.Accounts.SkuGroups.BillableSkus
- java.lang.Object
-
- com.google.api.services.cloudchannel.v1.Cloudchannel.Accounts.SkuGroups.BillableSkus
-
- Enclosing class:
- Cloudchannel.Accounts.SkuGroups
public class Cloudchannel.Accounts.SkuGroups.BillableSkus
extends Object
The "billableSkus" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Cloudchannel.Accounts.SkuGroups.BillableSkus.List
-
Constructor Summary
Constructors
Constructor and Description
BillableSkus()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Cloudchannel.Accounts.SkuGroups.BillableSkus.List
list(String parent)
Lists the Billable SKUs in a given SKU group.
-
-
Method Detail
-
list
public Cloudchannel.Accounts.SkuGroups.BillableSkus.List list(String parent)
throws IOException
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.
Create a request for the method "billableSkus.list".
This request holds the parameters needed by the cloudchannel server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy