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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GetRegionNotificationEndpointRequest` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The latest version of the documented API is 3.6.0, with the page containing a list of various available versions, going back to version 1.0.0, as well as the current version 2.10.0."],["The `GetRegionNotificationEndpointRequest` class, which inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, is used to request details of a notification endpoint in a specific region."],["The class has constructors to create an empty instance or clone another instance, and the properties `NotificationEndpoint`, `Project`, and `Region` are accessible to set or retrieve the relevant data in the request."]]],[]]