Google Cloud Billing Budgets V1 Client - Class ListBudgetsRequest (1.1.0)

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

Request for ListBudgets

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Name of billing account to list budgets under. Values are of the form billingAccounts/{billingAccountId}.

↳ page_size int

Optional. The maximum number of budgets to return per page. The default and maximum value are 100.

↳ page_token string

Optional. The value returned by the last ListBudgetsResponse which indicates that this is a continuation of a prior ListBudgets call, and that the system should return the next page of data.

getParent

Required. Name of billing account to list budgets under. Values are of the form billingAccounts/{billingAccountId}.

Returns
Type Description
string

setParent

Required. Name of billing account to list budgets under. Values are of the form billingAccounts/{billingAccountId}.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of budgets to return per page.

The default and maximum value are 100.

Returns
Type Description
int

setPageSize

Optional. The maximum number of budgets to return per page.

The default and maximum value are 100.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The value returned by the last ListBudgetsResponse which indicates that this is a continuation of a prior ListBudgets call, and that the system should return the next page of data.

Returns
Type Description
string

setPageToken

Optional. The value returned by the last ListBudgetsResponse which indicates that this is a continuation of a prior ListBudgets call, and that the system should return the next page of data.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Name of billing account to list budgets under. Values are of the form billingAccounts/{billingAccountId}. Please see {@see \Google\Cloud\Billing\Budgets\V1\BudgetServiceClient::billingAccountName()} for help formatting this field.

Returns
Type Description
Google\Cloud\Billing\Budgets\V1\ListBudgetsRequest