public sealed class GetRegionNotificationEndpointRequest : IMessage<GetRegionNotificationEndpointRequest>, IEquatable<GetRegionNotificationEndpointRequest>, IDeepCloneable<GetRegionNotificationEndpointRequest>, IBufferMessage, IMessageA request message for RegionNotificationEndpoints.Get. See the method description for details.
Implements
IMessage<GetRegionNotificationEndpointRequest>, IEquatable<GetRegionNotificationEndpointRequest>, IDeepCloneable<GetRegionNotificationEndpointRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionNotificationEndpointRequest()
public GetRegionNotificationEndpointRequest()GetRegionNotificationEndpointRequest(GetRegionNotificationEndpointRequest)
public GetRegionNotificationEndpointRequest(GetRegionNotificationEndpointRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetRegionNotificationEndpointRequest | 
      
Properties
NotificationEndpoint
public string NotificationEndpoint { get; set; }Name of the NotificationEndpoint resource to return.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |