Google Cloud Billing V1 Client - Class ListServicesRequest (1.6.0)

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

Request message for ListServices.

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

Namespace

Google \ Cloud \ Billing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ page_size int

Requested page size. Defaults to 5000.

↳ page_token string

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.

getPageSize

Requested page size. Defaults to 5000.

Returns
TypeDescription
int

setPageSize

Requested page size. Defaults to 5000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.

Returns
TypeDescription
string

setPageToken

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this