class ListGroupMembersResponse extends Message

The ListGroupMembers response.

Protobuf type Google\Monitoring\V3\ListGroupMembersResponse

Methods

__construct()

No description

RepeatedField
getMembers()

A set of monitored resources in the group.

setMembers(array|RepeatedField $var)

A set of monitored resources in the group.

string
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 pageToken in the next call to this method.

setNextPageToken(string $var)

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 pageToken in the next call to this method.

int
getTotalSize()

The total number of elements matching this request.

setTotalSize(int $var)

The total number of elements matching this request.

Details

at line 39
__construct()

at line 50
RepeatedField getMembers()

A set of monitored resources in the group.

Generated from protobuf field repeated .google.api.MonitoredResource members = 1;

Return Value

RepeatedField

at line 61
setMembers(array|RepeatedField $var)

A set of monitored resources in the group.

Generated from protobuf field repeated .google.api.MonitoredResource members = 1;

Parameters

array|RepeatedField $var

at line 75
string 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 pageToken in the next call to this method.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 88
setNextPageToken(string $var)

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 pageToken in the next call to this method.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var

at line 100
int getTotalSize()

The total number of elements matching this request.

Generated from protobuf field int32 total_size = 3;

Return Value

int

at line 111
setTotalSize(int $var)

The total number of elements matching this request.

Generated from protobuf field int32 total_size = 3;

Parameters

int $var