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

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ services array<Google\Cloud\ServiceManagement\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServices

The returned services will only have the name field set.

Parameter
NameDescription
var array<Google\Cloud\ServiceManagement\V1\ManagedService>
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