Stackdriver Monitoring V3 Client - Class ListGroupsResponse (1.2.2)

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

The ListGroups response.

Generated from protobuf message google.monitoring.v3.ListGroupsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group array<Google\Cloud\Monitoring\V3\Group>

The groups that match the specified filters.

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

getGroup

The groups that match the specified filters.

Generated from protobuf field repeated .google.monitoring.v3.Group group = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGroup

The groups that match the specified filters.

Generated from protobuf field repeated .google.monitoring.v3.Group group = 1;

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\Group>
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.

Generated from protobuf field string next_page_token = 2;

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.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this