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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
getServices
The returned services will only have the name field set.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setServices
The returned services will only have the name field set.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\ServiceManagement\V1\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 |
|