public sealed class GetRegionNotificationEndpointRequest : IMessage<GetRegionNotificationEndpointRequest>, IEquatable<GetRegionNotificationEndpointRequest>, IDeepCloneable<GetRegionNotificationEndpointRequest>, IBufferMessage, IMessage
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 details the `GetRegionNotificationEndpointRequest` class within the `Google.Cloud.Compute.V1` namespace, showcasing various versions from 1.0.0 to the latest 3.6.0."],["The `GetRegionNotificationEndpointRequest` class is used to request information about a specific notification endpoint within a region."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["Key properties of the `GetRegionNotificationEndpointRequest` class include `NotificationEndpoint`, `Project`, and `Region`, all of which are strings that allow for specifying the desired notification endpoint and project within the correct region."],["The page lists both the latest version of the class (3.6.0) and all previous versions all the way back to version 1.0.0, with direct links to the details of each."]]],[]]