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."],[[["The `GetRegionNotificationEndpointRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request details about a specific notification endpoint in a region."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["There is a long list of documented versions available for the class going as far back as 1.0.0, with the latest version being 3.6.0 and are all linked for easier navigation."],["The class has properties for specifying the `NotificationEndpoint`, `Project`, and `Region` to define the parameters for the request, each taking a string for their values."],["The `GetRegionNotificationEndpointRequest` class has two constructors, one being an empty constructor and the second allowing you to pass another instance of `GetRegionNotificationEndpointRequest` to it."]]],[]]