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.
Implements
IMessage<GetNotificationChannelDescriptorRequest>, IEquatable<GetNotificationChannelDescriptorRequest>, IDeepCloneable<GetNotificationChannelDescriptorRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GetNotificationChannelDescriptorRequest()
public GetNotificationChannelDescriptorRequest()
GetNotificationChannelDescriptorRequest(GetNotificationChannelDescriptorRequest)
public GetNotificationChannelDescriptorRequest(GetNotificationChannelDescriptorRequest other)
Parameter | |
---|---|
Name | Description |
other | GetNotificationChannelDescriptorRequest |
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 | |
---|---|
Type | Description |
String |
NotificationChannelDescriptorName
public NotificationChannelDescriptorName NotificationChannelDescriptorName { get; set; }
NotificationChannelDescriptorName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotificationChannelDescriptorName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |