public sealed class GetNotificationChannelRequest : IMessage<GetNotificationChannelRequest>, IEquatable<GetNotificationChannelRequest>, IDeepCloneable<GetNotificationChannelRequest>, IBufferMessage, IMessage
The GetNotificationChannel
request.
Implements
IMessage<GetNotificationChannelRequest>, IEquatable<GetNotificationChannelRequest>, IDeepCloneable<GetNotificationChannelRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GetNotificationChannelRequest()
public GetNotificationChannelRequest()
GetNotificationChannelRequest(GetNotificationChannelRequest)
public GetNotificationChannelRequest(GetNotificationChannelRequest other)
Parameter | |
---|---|
Name | Description |
other | GetNotificationChannelRequest |
Properties
Name
public string Name { get; set; }
Required. The channel for which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
Property Value | |
---|---|
Type | Description |
String |
NotificationChannelName
public NotificationChannelName NotificationChannelName { get; set; }
NotificationChannelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotificationChannelName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |