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.
Implements
IMessageListGroupMembersRequest, IEquatableListGroupMembersRequest, IDeepCloneableListGroupMembersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListGroupMembersRequest()
public ListGroupMembersRequest()
ListGroupMembersRequest(ListGroupMembersRequest)
public ListGroupMembersRequest(ListGroupMembersRequest other)
Parameter | |
---|---|
Name | Description |
other | ListGroupMembersRequest |
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 | |
---|---|
Type | Description |
string |
GroupName
public GroupName GroupName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
A positive number that is the maximum number of results to return.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |