public sealed class GcsDestination : IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessage
Required. The uri of the Cloud Storage object. It's the same uri that is used by
gsutil. Example: "gs://bucket_name/object_name". See Viewing and
Editing Object
Metadata
for more information.
If the specified Cloud Storage object already exists and there is no
hold, it will be
overwritten with the analysis result.
[[["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."],[[["This webpage details the `GcsDestination` class within the `Google.Cloud.Asset.V1` namespace, a component for defining a Cloud Storage location."],["The latest version available is 3.12.0, and the page provides links to documentation for versions ranging from 2.7.0 up to the latest."],["The `GcsDestination` class is defined as a sealed class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that accepts an instance of `IamPolicyAnalysisOutputConfig.Types.GcsDestination` for copying data, as well as the `Uri` property, which specifies the Cloud Storage object location."],["The main purpose of the `GcsDestination` class is to act as a destination for output and is found in the assembly `Google.Cloud.Asset.V1.dll`."]]],[]]