public sealed class ListNotificationChannelDescriptorsResponse : IPageResponse<NotificationChannelDescriptor>, IEnumerable<NotificationChannelDescriptor>, IEnumerable, IMessage<ListNotificationChannelDescriptorsResponse>, IEquatable<ListNotificationChannelDescriptorsResponse>, IDeepCloneable<ListNotificationChannelDescriptorsResponse>, IBufferMessage, IMessage
The ListNotificationChannelDescriptors
response.
Implements
IPageResponse<NotificationChannelDescriptor>, IEnumerable<NotificationChannelDescriptor>, IEnumerable, IMessage<ListNotificationChannelDescriptorsResponse>, IEquatable<ListNotificationChannelDescriptorsResponse>, IDeepCloneable<ListNotificationChannelDescriptorsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListNotificationChannelDescriptorsResponse()
public ListNotificationChannelDescriptorsResponse()
ListNotificationChannelDescriptorsResponse(ListNotificationChannelDescriptorsResponse)
public ListNotificationChannelDescriptorsResponse(ListNotificationChannelDescriptorsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListNotificationChannelDescriptorsResponse |
Properties
ChannelDescriptors
public RepeatedField<NotificationChannelDescriptor> ChannelDescriptors { get; }
The monitored resource descriptors supported for the specified project, optionally filtered.
Property Value | |
---|---|
Type | Description |
RepeatedField<NotificationChannelDescriptor> |
NextPageToken
public string NextPageToken { get; set; }
If not empty, indicates that there may be more results that match
the request. Use the value in the page_token
field in a
subsequent request to fetch the next set of results. If empty,
all results have been returned.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<NotificationChannelDescriptor> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<NotificationChannelDescriptor> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |