class ListGroupMembersRequest extends Message

The ListGroupMembers request.

Protobuf type Google\Monitoring\V3\ListGroupMembersRequest

Methods

__construct()

No description

string
getName()

The group whose members are listed. The format is "projects/{project_id_or_number}/groups/{group_id}".

setName(string $var)

The group whose members are listed. The format is "projects/{project_id_or_number}/groups/{group_id}".

int
getPageSize()

A positive number that is the maximum number of results to return.

setPageSize(int $var)

A positive number that is the maximum number of results to return.

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.

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.

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.

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.

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.

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.

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;

Return Value

string

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;

Parameters

string $var

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;

Return Value

int

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;

Parameters

int $var

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;

Return Value

string

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;

Parameters

string $var

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;

Return Value

string

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;

Parameters

string $var

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;

Return Value

TimeInterval

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;

Parameters

TimeInterval $var