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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
getPageSize
Requested page size. Defaults to 5000.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Requested page size. Defaults to 5000.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|