Stackdriver Monitoring V3 Client - Class ListGroupMembersResponse (1.6.0)

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

The ListGroupMembers response.

Generated from protobuf message google.monitoring.v3.ListGroupMembersResponse

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ members array<Google\Api\MonitoredResource>

A set of monitored resources in the group.

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

↳ total_size int

The total number of elements matching this request.

getMembers

A set of monitored resources in the group.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMembers

A set of monitored resources in the group.

Parameter
NameDescription
var array<Google\Api\MonitoredResource>
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

getTotalSize

The total number of elements matching this request.

Returns
TypeDescription
int

setTotalSize

The total number of elements matching this request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this