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 within the Google Cloud Asset V1 library."],["This class is part of the `Google.Cloud.Asset.V1` namespace, contained within the `Google.Cloud.Asset.V1.dll` assembly."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors, a default constructor and one that takes another `GcsOutputResult` object as a parameter."],["The `Uris` property, of type `RepeatedField\u003cstring\u003e`, contains a list of URIs for Cloud Storage objects, exemplified by the format \"gs://bucket_name/object_name\"."]]],[]]