Google Cloud Channel V1 Client - Class QueryEligibleBillingAccountsResponse (1.9.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Cloud\Channel\V1\SkuPurchaseGroup>
Returns
TypeDescription
$this