public sealed class GcsOutputResult : IMessage<GcsOutputResult>, IEquatable<GcsOutputResult>, IDeepCloneable<GcsOutputResult>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["The webpage provides documentation for the `GcsOutputResult` class within the `Google.Cloud.Asset.V1` namespace, detailing its structure and usage."],["`GcsOutputResult` is a class designed to represent Cloud Storage output results, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `Google.Cloud.Asset.V1` package, ranging from version 2.7.0 to 3.12.0, with 3.12.0 being the latest version."],["The `GcsOutputResult` class has a `Uris` property, which is a list of Cloud Storage object URIs, demonstrated as a `RepeatedField\u003cstring\u003e`."],["The class includes two constructors, a default one and another that accepts another instance of the GcsOutputResult, and it inherits several methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]