public interface QueryEligibleBillingAccountsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.SkuPurchaseGroupOrBuilder> |
|