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 provided content details the `GcsOutputResult` class within the Google Cloud Asset Inventory v1 API, specifically version 3.10.0."],["This class represents a Cloud Storage output result, with a list of versions available ranging from 2.7.0 to 3.12.0."],["`GcsOutputResult` is implemented as a class, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Uris` property, of type `RepeatedField\u003cstring\u003e`, provides a list of Cloud Storage object URIs, like \"gs://bucket_name/object_name\"."],["There are two constructors provided for `GcsOutputResult`, one default and one that takes another `GcsOutputResult` as a parameter."]]],[]]