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 detailing its structure, purpose, and implementation."],["`GetEventRequest` is a message class that serves as the request structure for the \"LivestreamService.GetEvent\" method, used to retrieve a specific event."],["The `GetEventRequest` class is implemented through various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the `object` class."],["The class includes constructors for creating new instances, either default or by copying another `GetEventRequest`, and it has properties for `EventName` and `Name`, which are both used to specify the event resource to retrieve."],["The document highlights the availability of different versions of this package, from version 1.0.0 to 1.8.0 (latest), providing links to the respective documentation."]]],[]]