Google Cloud Service Usage V1 Client - Class ListServicesResponse (1.0.5)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServices

The available services for the requested project.

Parameter
NameDescription
var array<Google\Cloud\ServiceUsage\V1\Service>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this