public sealed class ListNotificationChannelDescriptorsRequest : IPageRequest, IMessage<ListNotificationChannelDescriptorsRequest>, IEquatable<ListNotificationChannelDescriptorsRequest>, IDeepCloneable<ListNotificationChannelDescriptorsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListNotificationChannelDescriptorsRequest.
The ListNotificationChannelDescriptors
request.
Implements
IPageRequest, IMessageListNotificationChannelDescriptorsRequest, IEquatableListNotificationChannelDescriptorsRequest, IDeepCloneableListNotificationChannelDescriptorsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListNotificationChannelDescriptorsRequest()
public ListNotificationChannelDescriptorsRequest()
ListNotificationChannelDescriptorsRequest(ListNotificationChannelDescriptorsRequest)
public ListNotificationChannelDescriptorsRequest(ListNotificationChannelDescriptorsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListNotificationChannelDescriptorsRequest |
Properties
FolderName
public FolderName FolderName { get; set; }
FolderName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
Name
public string Name { get; set; }
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor] operation, instead.
Property Value | |
---|---|
Type | Description |
string |
OrganizationName
public OrganizationName OrganizationName { get; set; }
OrganizationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
PageSize
public int PageSize { get; set; }
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
Property Value | |
---|---|
Type | Description |
string |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |