Interface QueryEligibleBillingAccountsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SkuPurchaseGroup getSkuPurchaseGroups​(int index)
      List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
      int getSkuPurchaseGroupsCount()
      List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
      List<SkuPurchaseGroup> getSkuPurchaseGroupsList()
      List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
      SkuPurchaseGroupOrBuilder getSkuPurchaseGroupsOrBuilder​(int index)
      List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
      List<? extends SkuPurchaseGroupOrBuilder> getSkuPurchaseGroupsOrBuilderList()
      List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSkuPurchaseGroupsList

        List<SkuPurchaseGroup> getSkuPurchaseGroupsList()
         List of SKU purchase groups where each group represents a set of SKUs that
         must be purchased using the same billing account. Each SKU from
         [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
         group.
         
        repeated .google.cloud.channel.v1.SkuPurchaseGroup sku_purchase_groups = 1;
      • getSkuPurchaseGroups

        SkuPurchaseGroup getSkuPurchaseGroups​(int index)
         List of SKU purchase groups where each group represents a set of SKUs that
         must be purchased using the same billing account. Each SKU from
         [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
         group.
         
        repeated .google.cloud.channel.v1.SkuPurchaseGroup sku_purchase_groups = 1;
      • getSkuPurchaseGroupsCount

        int getSkuPurchaseGroupsCount()
         List of SKU purchase groups where each group represents a set of SKUs that
         must be purchased using the same billing account. Each SKU from
         [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
         group.
         
        repeated .google.cloud.channel.v1.SkuPurchaseGroup sku_purchase_groups = 1;
      • getSkuPurchaseGroupsOrBuilderList

        List<? extends SkuPurchaseGroupOrBuilder> getSkuPurchaseGroupsOrBuilderList()
         List of SKU purchase groups where each group represents a set of SKUs that
         must be purchased using the same billing account. Each SKU from
         [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
         group.
         
        repeated .google.cloud.channel.v1.SkuPurchaseGroup sku_purchase_groups = 1;
      • getSkuPurchaseGroupsOrBuilder

        SkuPurchaseGroupOrBuilder getSkuPurchaseGroupsOrBuilder​(int index)
         List of SKU purchase groups where each group represents a set of SKUs that
         must be purchased using the same billing account. Each SKU from
         [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
         group.
         
        repeated .google.cloud.channel.v1.SkuPurchaseGroup sku_purchase_groups = 1;