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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ budgets |
array<Google\Cloud\Billing\Budgets\V1\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 |
getBudgets
List of the budgets owned by the requested billing account.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBudgets
List of the budgets owned by the requested billing account.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Billing\Budgets\V1\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 |