ListGroupMembersResponse
class ListGroupMembersResponse extends Message
The ListGroupMembers
response.
Protobuf type Google\Monitoring\V3\ListGroupMembersResponse
Methods
No description
A set of monitored resources in the group.
A set of monitored resources in the group.
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.
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.
The total number of elements matching this request.
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;
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;
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;
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;
at line 100
int
getTotalSize()
The total number of elements matching this request.
Generated from protobuf field int32 total_size = 3;
at line 111
setTotalSize(int $var)
The total number of elements matching this request.
Generated from protobuf field int32 total_size = 3;