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 reference documentation for the `GetRegionNotificationEndpointRequest` class within the Compute Engine v1 API, specifically under version 2.15.0."],["The `GetRegionNotificationEndpointRequest` class is used as a request message for retrieving details about a specific Region Notification Endpoint, as part of the Google.Cloud.Compute.V1 namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and compatibility within the .NET ecosystem."],["The documentation includes details on the class's constructors, such as the default constructor and one that accepts another `GetRegionNotificationEndpointRequest` instance, along with key properties like `NotificationEndpoint`, `Project`, and `Region`."],["The documentation also provides links to older versions, starting from 1.0.0 up to 3.6.0, allowing to navigate between the different versions."]]],[]]