Interface SkuPurchaseGroupOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SkuPurchaseGroup, SkuPurchaseGroup.Builder

    public interface SkuPurchaseGroupOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSkusList

        List<String> getSkusList()
         Resource names of the SKUs included in this group.
         Format: products/{product_id}/skus/{sku_id}.
         
        repeated string skus = 1;
        Returns:
        A list containing the skus.
      • getSkusCount

        int getSkusCount()
         Resource names of the SKUs included in this group.
         Format: products/{product_id}/skus/{sku_id}.
         
        repeated string skus = 1;
        Returns:
        The count of skus.
      • getSkus

        String getSkus​(int index)
         Resource names of the SKUs included in this group.
         Format: products/{product_id}/skus/{sku_id}.
         
        repeated string skus = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The skus at the given index.
      • getSkusBytes

        com.google.protobuf.ByteString getSkusBytes​(int index)
         Resource names of the SKUs included in this group.
         Format: products/{product_id}/skus/{sku_id}.
         
        repeated string skus = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the skus at the given index.
      • getBillingAccountPurchaseInfosList

        List<BillingAccountPurchaseInfo> getBillingAccountPurchaseInfosList()
         List of billing accounts that are eligible to purhcase these SKUs.
         
        repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
      • getBillingAccountPurchaseInfos

        BillingAccountPurchaseInfo getBillingAccountPurchaseInfos​(int index)
         List of billing accounts that are eligible to purhcase these SKUs.
         
        repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
      • getBillingAccountPurchaseInfosCount

        int getBillingAccountPurchaseInfosCount()
         List of billing accounts that are eligible to purhcase these SKUs.
         
        repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
      • getBillingAccountPurchaseInfosOrBuilderList

        List<? extends BillingAccountPurchaseInfoOrBuilder> getBillingAccountPurchaseInfosOrBuilderList()
         List of billing accounts that are eligible to purhcase these SKUs.
         
        repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;
      • getBillingAccountPurchaseInfosOrBuilder

        BillingAccountPurchaseInfoOrBuilder getBillingAccountPurchaseInfosOrBuilder​(int index)
         List of billing accounts that are eligible to purhcase these SKUs.
         
        repeated .google.cloud.channel.v1.BillingAccountPurchaseInfo billing_account_purchase_infos = 2;