All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.cloudchannel.v1.Cloudchannel.Accounts.SkuGroups.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241202-2.0.0
Show newest version






Cloudchannel.Accounts.SkuGroups (Cloud Channel API v1-rev20241109-2.0.0)












com.google.api.services.cloudchannel.v1

Class Cloudchannel.Accounts.SkuGroups

  • java.lang.Object
    • com.google.api.services.cloudchannel.v1.Cloudchannel.Accounts.SkuGroups
  • Enclosing class:
    Cloudchannel.Accounts


    public class Cloudchannel.Accounts.SkuGroups
    extends Object
    The "skuGroups" collection of methods.
    • Constructor Detail

      • SkuGroups

        public SkuGroups()
    • Method Detail

      • list

        public Cloudchannel.Accounts.SkuGroups.List list(String parent)
                                                  throws IOException
        Lists the Rebilling supported SKU groups the account is authorized to sell. Reference: https://cloud.google.com/skus/sku-groups Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different, or the account doesn't exist. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the SkuGroup resources. The data for each resource is displayed in the alphabetical order of SKU group display name. The data for each resource is displayed in the ascending order of SkuGroup.display_name If unsuccessful, returns an error. Create a request for the method "skuGroups.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. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.
        Returns:
        the request
        Throws:
        IOException
      • billableSkus

        public Cloudchannel.Accounts.SkuGroups.BillableSkus billableSkus()
        An accessor for creating requests from the BillableSkus collection.

        The typical use is:

            Cloudchannel cloudchannel = new Cloudchannel(...);
            Cloudchannel.BillableSkus.List request = cloudchannel.billableSkus().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy