Reference documentation and code samples for the Google Cloud Service Management V1 Client class ListServiceConfigsResponse.
Response message for ListServiceConfigs method.
Generated from protobuf message google.api.servicemanagement.v1.ListServiceConfigsResponse
Namespace
Google \ Cloud \ ServiceManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_configs |
array<Google\Api\Service>
The list of service configuration resources. |
↳ next_page_token |
string
The token of the next page of results. |
getServiceConfigs
The list of service configuration resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setServiceConfigs
The list of service configuration resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Api\Service>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The token of the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The token of the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|