Stackdriver Monitoring V3 Client - Class ListServiceLevelObjectivesResponse (1.6.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListServiceLevelObjectivesResponse.

The ListServiceLevelObjectives response.

Generated from protobuf message google.monitoring.v3.ListServiceLevelObjectivesResponse

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_level_objectives array<Google\Cloud\Monitoring\V3\ServiceLevelObjective>

The ServiceLevelObjectives matching the specified filter.

↳ 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.

getServiceLevelObjectives

The ServiceLevelObjectives matching the specified filter.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceLevelObjectives

The ServiceLevelObjectives matching the specified filter.

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\ServiceLevelObjective>
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this