public sealed class ChannelOperationResponse : IMessage<ChannelOperationResponse>, IEquatable<ChannelOperationResponse>, IDeepCloneable<ChannelOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ChannelOperationResponse.
Response message for Start/Stop Channel long-running operations.
[[["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 webpage provides documentation for the `ChannelOperationResponse` class within the Google Cloud Live Stream v1 API, specifically for .NET."],["The latest version of the `ChannelOperationResponse` class is 1.8.0, and previous versions from 1.7.0 to 1.0.0 are also available for reference."],["`ChannelOperationResponse` serves as the response message for long-running operations related to starting and stopping channels in the Live Stream API."],["The `ChannelOperationResponse` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are two constructor methods to instantiate this class, one without parameters, and another that allows a copy of another instance."]]],[]]