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.3.0, and shows it is used for requesting event details."],["The `GetEventRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["It inherits from the base `object` class and contains two constructors, a default one and one that takes another `GetEventRequest` object, used for creating instances of this class."],["The `GetEventRequest` class has two main properties, `EventName` for a typed resource name, and `Name`, a required string property representing the event resource name in a specific format."],["This documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest 1.8.0, and gives links to previous versions of the same page."]]],[]]