ListGroupMembersRequest
class ListGroupMembersRequest extends Message
The ListGroupMembers
request.
Protobuf type Google\Monitoring\V3\ListGroupMembersRequest
Methods
No description
The group whose members are listed. The format is
"projects/{project_id_or_number}/groups/{group_id}"
.
The group whose members are listed. The format is
"projects/{project_id_or_number}/groups/{group_id}"
.
A positive number that is the maximum number of results to return.
A positive number that is the maximum number of results to return.
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group.
An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group.
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
Details
at line 60
__construct()
at line 72
string
getName()
The group whose members are listed. The format is
"projects/{project_id_or_number}/groups/{group_id}"
.
Generated from protobuf field string name = 7;
at line 84
setName(string $var)
The group whose members are listed. The format is
"projects/{project_id_or_number}/groups/{group_id}"
.
Generated from protobuf field string name = 7;
at line 96
int
getPageSize()
A positive number that is the maximum number of results to return.
Generated from protobuf field int32 page_size = 3;
at line 107
setPageSize(int $var)
A positive number that is the maximum number of results to return.
Generated from protobuf field int32 page_size = 3;
at line 121
string
getPageToken()
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
Generated from protobuf field string page_token = 4;
at line 134
setPageToken(string $var)
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
Generated from protobuf field string page_token = 4;
at line 151
string
getFilter()
An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group.
For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
Generated from protobuf field string filter = 5;
at line 167
setFilter(string $var)
An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group.
For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
Generated from protobuf field string filter = 5;
at line 182
TimeInterval
getInterval()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
Generated from protobuf field .google.monitoring.v3.TimeInterval interval = 6;
at line 196
setInterval(TimeInterval $var)
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
Generated from protobuf field .google.monitoring.v3.TimeInterval interval = 6;