public sealed class GetEventRequest : IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class GetEventRequest.
[[["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 Google Cloud Live Stream v1 API, serving as a request message for retrieving event information via `LivestreamService.GetEvent`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["It offers two constructors: a default constructor and a copy constructor that accepts another `GetEventRequest` object as a parameter."],["The class includes properties `EventName` and `Name`, where `Name` is a required field specifying the event resource's name in the format: `projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}`."],["There are 9 versions available of this reference documentation, with the latest being 1.8.0, and the oldest being 1.0.0."]]],[]]