Reference documentation and code samples for the Google Cloud Service Directory V1beta1 Client class ListServicesResponse.
The response message for RegistrationService.ListServices.
Generated from protobuf message google.cloud.servicedirectory.v1beta1.ListServicesResponse
Namespace
Google \ Cloud \ ServiceDirectory \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ services | array<Google\Cloud\ServiceDirectory\V1beta1\Service>The list of services. | 
| ↳ next_page_token | stringToken to retrieve the next page of results, or empty if there are no more results in the list. | 
getServices
The list of services.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setServices
The list of services.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\ServiceDirectory\V1beta1\Service> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |