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-03-21 UTC."],[[["The `GetEventRequest` class is part of the Service Health v1 API, designed for retrieving information about a specific event."],["This class is a message type that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its role in data handling and object comparison within the API."],["The primary constructor `GetEventRequest()` initializes a new instance, while `GetEventRequest(GetEventRequest other)` allows for creating a copy of an existing `GetEventRequest` object."],["It contains two properties, `EventName` and `Name`, which are used to specify the unique identifier of the event being requested, with `Name` requiring a specific format including project ID, location, and event ID."]]],[]]