Google Cloud Billing Budgets V1 Client - Class ListBudgetsResponse (2.1.2)

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

Response for ListBudgets

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

Namespace

Google \ Cloud \ Billing \ Budgets \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ budgets array<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
Type Description
Google\Protobuf\RepeatedField<Budget>

setBudgets

List of the budgets owned by the requested billing account.

Parameter
Name Description
var array<Budget>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this