Google Cloud Monitoring v3 API - Class GetNotificationChannelDescriptorRequest (3.7.0)

public sealed class GetNotificationChannelDescriptorRequest : IMessage<GetNotificationChannelDescriptorRequest>, IEquatable<GetNotificationChannelDescriptorRequest>, IDeepCloneable<GetNotificationChannelDescriptorRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetNotificationChannelDescriptorRequest.

The GetNotificationChannelDescriptor response.

Inheritance

object > GetNotificationChannelDescriptorRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GetNotificationChannelDescriptorRequest()

public GetNotificationChannelDescriptorRequest()

GetNotificationChannelDescriptorRequest(GetNotificationChannelDescriptorRequest)

public GetNotificationChannelDescriptorRequest(GetNotificationChannelDescriptorRequest other)
Parameter
NameDescription
otherGetNotificationChannelDescriptorRequest

Properties

Name

public string Name { get; set; }

Required. The channel type for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
Property Value
TypeDescription
string

NotificationChannelDescriptorName

public NotificationChannelDescriptorName NotificationChannelDescriptorName { get; set; }

NotificationChannelDescriptorName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationChannelDescriptorName

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName