[[["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."],[[["`OutputConfig` is a class representing the configuration for output data within the `Google.Cloud.DataLabeling.V1Beta1` namespace, specifically in version 1.0.0-beta03."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The `OutputConfig` class allows for the specification of output destinations, supporting either a single file via `GcsDestination` or a folder via `GcsFolderDestination`, both in Cloud Storage."],["The class provides two constructors: a default constructor (`OutputConfig()`) and a copy constructor (`OutputConfig(OutputConfig other)`) for creating instances, and has a `DestinationCase` property that describes the state of the output destination."],["The class inherits several methods from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]