Google Cloud Billing Budgets V1beta1 Client - Class ListBudgetsResponse (1.3.1)

Reference documentation and code samples for the Google Cloud Billing Budgets V1beta1 Client class ListBudgetsResponse.

Response for ListBudgets

Generated from protobuf message google.cloud.billing.budgets.v1beta1.ListBudgetsResponse

Namespace

Google \ Cloud \ Billing \ Budgets \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ budgets array<Google\Cloud\Billing\Budgets\V1beta1\Budget>

List of the budgets owned by the requested billing account.

↳ next_page_token string

If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new ListBudgetsRequest.

getBudgets

List of the budgets owned by the requested billing account.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBudgets

List of the budgets owned by the requested billing account.

Parameter
NameDescription
var array<Google\Cloud\Billing\Budgets\V1beta1\Budget>
Returns
TypeDescription
$this

getNextPageToken

If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new ListBudgetsRequest.

Returns
TypeDescription
string

setNextPageToken

If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new ListBudgetsRequest.

Parameter
NameDescription
var string
Returns
TypeDescription
$this