Reference documentation and code samples for the Google Cloud Channel V1 Client class QueryEligibleBillingAccountsResponse.
Response message for QueryEligibleBillingAccounts.
Generated from protobuf message google.cloud.channel.v1.QueryEligibleBillingAccountsResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sku_purchase_groups |
array<Google\Cloud\Channel\V1\SkuPurchaseGroup>
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. |
getSkuPurchaseGroups
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSkuPurchaseGroups
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Channel\V1\SkuPurchaseGroup>
|
Returns | |
---|---|
Type | Description |
$this |