ListGroupsResponse
class ListGroupsResponse extends Message
The ListGroups
response.
Protobuf type Google\Monitoring\V3\ListGroupsResponse
Methods
No description
The groups that match the specified filters.
The groups that match the specified filters.
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.
Details
at line 33
__construct()
at line 44
RepeatedField
getGroup()
The groups that match the specified filters.
Generated from protobuf field repeated .google.monitoring.v3.Group group = 1;
at line 55
setGroup(array|RepeatedField $var)
The groups that match the specified filters.
Generated from protobuf field repeated .google.monitoring.v3.Group group = 1;
at line 69
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 82
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;