Reference documentation and code samples for the Google Cloud Service Usage V1 Client class ListServicesResponse.
Response message for the ListServices
method.
Generated from protobuf message google.api.serviceusage.v1.ListServicesResponse
Namespace
Google \ Cloud \ ServiceUsage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ services |
array<Service>
The available services for the requested project. |
↳ next_page_token |
string
Token that can be passed to |
getServices
The available services for the requested project.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServices
The available services for the requested project.
Parameter | |
---|---|
Name | Description |
var |
array<Service>
|
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 |