public sealed class ListGroupsResponse : IMessage<ListGroupsResponse>, IEquatable<ListGroupsResponse>, IDeepCloneable<ListGroupsResponse>, IBufferMessage, IMessage, IPageResponse<Group>, IEnumerable<Group>, IEnumerableReference documentation and code samples for the Google Cloud Monitoring v3 API class ListGroupsResponse.
The ListGroups response.
Implements
IMessage<ListGroupsResponse>, IEquatable<ListGroupsResponse>, IDeepCloneable<ListGroupsResponse>, IBufferMessage, IMessage, IPageResponse<Group>, IEnumerable<Group>, IEnumerableNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListGroupsResponse()
public ListGroupsResponse()ListGroupsResponse(ListGroupsResponse)
public ListGroupsResponse(ListGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGroupsResponse |
Properties
Group
public RepeatedField<Group> Group { get; }The groups that match the specified filters.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Group> |
|
NextPageToken
public string NextPageToken { get; set; }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 page_token in the next call to this method.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Group> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Group> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|