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."],[[["This document provides reference information for the `GetEventRequest` class within the Google Cloud Live Stream v1 API, specifically version 1.5.0, which is part of the .NET library."],["The `GetEventRequest` class is used to formulate requests for retrieving event data from the LivestreamService, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetEventRequest` class includes two constructors, one default and one that accepts another `GetEventRequest` object as a parameter, and it has two properties: `EventName` and `Name`."],["The `Name` property of `GetEventRequest` is required to identify the specific event to retrieve, following a defined resource name format: `projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}`."],["The document also lists previous versions, going as far back as 1.0.0, with the most recent version being 1.8.0."]]],[]]