Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListServicesResponse.
The ListServices
response.
Generated from protobuf message google.monitoring.v3.ListServicesResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ services
↳ next_page_token
string
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
getServices
The Service
s matching the specified filter.
Generated from protobuf field repeated .google.monitoring.v3.Service services = 1;
Google\Protobuf\Internal\RepeatedField
setServices
The Service
s matching the specified filter.
Generated from protobuf field repeated .google.monitoring.v3.Service services = 1;
$this
getNextPageToken
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
Generated from protobuf field string next_page_token = 2;
var
string
$this