public sealed class GcsOutputResult : IMessage<GcsOutputResult>, IEquatable<GcsOutputResult>, IDeepCloneable<GcsOutputResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class GcsOutputResult.
[[["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."],[[["The `GcsOutputResult` class is part of the Google Cloud Asset Inventory v1 API, and is used to represent a Cloud Storage output result."],["The latest version available is 3.12.0, with the documentation referencing version 3.4.0 as part of the webpage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for complex message handling."],["It inherits from `Object` and provides properties such as `Uris`, which is a `RepeatedField` of strings representing the URIs of Cloud Storage objects."],["The class provides two contructors, a default contructor and a constructor that accepts another `GcsOutputResult` as a parameter."]]],[]]