Compute Engine v1 API - Class GetRegionNotificationEndpointRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetRegionNotificationEndpointRequest.

A request message for RegionNotificationEndpoints.Get. See the method description for details.

Inheritance

object > GetRegionNotificationEndpointRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionNotificationEndpointRequest()

public GetRegionNotificationEndpointRequest()

GetRegionNotificationEndpointRequest(GetRegionNotificationEndpointRequest)

public GetRegionNotificationEndpointRequest(GetRegionNotificationEndpointRequest other)
Parameter
NameDescription
otherGetRegionNotificationEndpointRequest

Properties

NotificationEndpoint

public string NotificationEndpoint { get; set; }

Name of the NotificationEndpoint resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
string