Google Cloud Billing V1 Client - Class ListProjectBillingInfoResponse (1.8.0)

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

Request message for ListProjectBillingInfoResponse.

Generated from protobuf message google.cloud.billing.v1.ListProjectBillingInfoResponse

Namespace

Google \ Cloud \ Billing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_billing_info array<Google\Cloud\Billing\V1\ProjectBillingInfo>

A list of ProjectBillingInfo resources representing the projects associated with the billing account.

↳ next_page_token string

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

getProjectBillingInfo

A list of ProjectBillingInfo resources representing the projects associated with the billing account.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProjectBillingInfo

A list of ProjectBillingInfo resources representing the projects associated with the billing account.

Parameter
NameDescription
var array<Google\Cloud\Billing\V1\ProjectBillingInfo>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

Parameter
NameDescription
var string
Returns
TypeDescription
$this