public sealed class GetEventRequest : IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Health v1 API class GetEventRequest.
Required. Unique name of the event in this scope including project
and ___location using the form
projects/{project_id}/locations/{___location}/events/{event_id}.
project_id - Project ID of the project that contains the event. <br>
___location - The ___location to get the service health events from. <br>
event_id - Event ID to retrieve.
[[["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-08-04 UTC."],[[["This document provides reference information for the `GetEventRequest` class within the Service Health v1 API, specifically version 1.1.0."],["`GetEventRequest` is a message type used to retrieve an event, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetEventRequest` class has two constructors: a default constructor and one that accepts another `GetEventRequest` object as a parameter."],["It includes properties like `EventName` (an `EventName`-typed view) and `Name` (a string), which is a required unique identifier for the event, formatted as `projects/{project_id}/locations/{___location}/events/{event_id}`."],["The document contains links to different versions of the `GetEventRequest` class, including the latest version (1.3.0) and the previous versions (1.2.0, 1.1.0, 1.0.0)."]]],[]]