Google Cloud Monitoring v3 API - Class ListGroupMembersRequest (3.8.0)

public sealed class ListGroupMembersRequest : IMessage<ListGroupMembersRequest>, IEquatable<ListGroupMembersRequest>, IDeepCloneable<ListGroupMembersRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListGroupMembersRequest.

The ListGroupMembers request.

Inheritance

object > ListGroupMembersRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListGroupMembersRequest()

public ListGroupMembersRequest()

ListGroupMembersRequest(ListGroupMembersRequest)

public ListGroupMembersRequest(ListGroupMembersRequest other)
Parameter
NameDescription
otherListGroupMembersRequest

Properties

Filter

public string Filter { get; set; }

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"`
Property Value
TypeDescription
string

GroupName

public GroupName GroupName { get; set; }

GroupName-typed view over the Name resource name property.

Property Value
TypeDescription
GroupName

Interval

public TimeInterval Interval { get; set; }

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.

Property Value
TypeDescription
TimeInterval

Name

public string Name { get; set; }

Required. The group whose members are listed. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

If this field is not empty then it must contain the next_page_token value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

Property Value
TypeDescription
string

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName