Interface QueryEligibleBillingAccountsResponseOrBuilder (3.36.0)

public interface QueryEligibleBillingAccountsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSkuPurchaseGroups(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkuPurchaseGroup

getSkuPurchaseGroupsCount()

public abstract 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;

Returns
TypeDescription
int

getSkuPurchaseGroupsList()

public abstract 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;

Returns
TypeDescription
List<SkuPurchaseGroup>

getSkuPurchaseGroupsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkuPurchaseGroupOrBuilder

getSkuPurchaseGroupsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.SkuPurchaseGroupOrBuilder>