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 `GcsOutputResult` class represents a Cloud Storage output result and is found within the `Google.Cloud.Asset.V1` namespace."],["The latest version available for `GcsOutputResult` is 3.12.0, with older versions available for download."],["The `GcsOutputResult` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`GcsOutputResult` objects can be created using a default constructor or a copy constructor that accepts another `GcsOutputResult` object as a parameter."],["The `Uris` property, of type `RepeatedField\u003cstring\u003e`, provides a list of URIs pointing to Cloud Storage objects, such as \"gs://bucket_name/object_name\"."]]],[]]