Google Cloud Service Usage V1 Client - Class ListServicesResponse (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Service Usage V1 Client class ListServicesResponse.

Response message for the ListServices method.

Generated from protobuf message google.api.serviceusage.v1.ListServicesResponse

Namespace

Google \ Cloud \ ServiceUsage \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ services array<Google\Cloud\ServiceUsage\V1\Service>

The available services for the requested project.

↳ next_page_token string

Token that can be passed to ListServices to resume a paginated query.

getServices

The available services for the requested project.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setServices

The available services for the requested project.

Parameter
Name Description
var array<Google\Cloud\ServiceUsage\V1\Service>
Returns
Type Description
$this

getNextPageToken

Token that can be passed to ListServices to resume a paginated query.

Returns
Type Description
string

setNextPageToken

Token that can be passed to ListServices to resume a paginated query.

Parameter
Name Description
var string
Returns
Type Description
$this