Google Cloud Service Management V1 Client - Class ListServicesResponse (2.2.0)

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

Response message for ListServices method.

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

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ services array<ManagedService>

The returned services will only have the name field set.

↳ next_page_token string

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

getServices

The returned services will only have the name field set.

Returns
Type Description
Google\Protobuf\RepeatedField<ManagedService>

setServices

The returned services will only have the name field set.

Parameter
Name Description
var array<ManagedService>
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