public sealed class GetNotificationChannelRequest : IMessage<GetNotificationChannelRequest>, IEquatable<GetNotificationChannelRequest>, IDeepCloneable<GetNotificationChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetNotificationChannelRequest.
The GetNotificationChannel
request.
Implements
IMessageGetNotificationChannelRequest, IEquatableGetNotificationChannelRequest, IDeepCloneableGetNotificationChannelRequest, 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 |