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 Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the documentation available is 3.6.0, with numerous older versions also accessible, spanning down to version 1.0.0."],["`GetRegionNotificationEndpointRequest` is a request message used to retrieve details about a specific notification endpoint within a designated region."],["The `GetRegionNotificationEndpointRequest` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, demonstrating its capabilities for serialization, equality checks, deep cloning, and buffered message handling."],["The class contains 3 properties to setup the request, `NotificationEndpoint`, `Project`, and `Region`, all strings that are needed to make the request."]]],[]]