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."],[[["The `GetRegionNotificationEndpointRequest` class is used to request information about a specific RegionNotificationEndpoint and is part of the Google.Cloud.Compute.V1 namespace, with the latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and object comparisons."],["The `GetRegionNotificationEndpointRequest` class has three properties: `NotificationEndpoint`, `Project`, and `Region`, each of which is a string and are used to identify the specific endpoint and project."],["The class provides two constructors: a default one and one that copies from an existing `GetRegionNotificationEndpointRequest` instance, this instance being called 'other'."],["Multiple versions of the `GetRegionNotificationEndpointRequest` class are documented, ranging from version 1.0.0 to 3.6.0, with links provided for each to their respective documentation pages."]]],[]]