Google Cloud Monitoring v3 API - Class ListNotificationChannelDescriptorsRequest (3.8.0)

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.

Inheritance

object > ListNotificationChannelDescriptorsRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListNotificationChannelDescriptorsRequest()

public ListNotificationChannelDescriptorsRequest()

ListNotificationChannelDescriptorsRequest(ListNotificationChannelDescriptorsRequest)

public ListNotificationChannelDescriptorsRequest(ListNotificationChannelDescriptorsRequest other)
Parameter
NameDescription
otherListNotificationChannelDescriptorsRequest

Properties

FolderName

public FolderName FolderName { get; set; }

FolderName-typed view over the Name resource name property.

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

OrganizationName

public OrganizationName OrganizationName { get; set; }

OrganizationName-typed view over the Name resource name property.

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

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName