public sealed class IamPolicyAnalysisOutputConfig.Types.GcsDestination : IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisOutputConfig.Types.GcsDestination.
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-04-17 UTC."],[[["This document provides reference documentation for the `IamPolicyAnalysisOutputConfig.Types.GcsDestination` class within the Google Cloud Asset Inventory v1 API."],["The class `IamPolicyAnalysisOutputConfig.Types.GcsDestination` represents a Cloud Storage location and is part of the `Google.Cloud.Asset.V1` namespace, being implemented as an IMessage."],["The `GcsDestination` class has a `Uri` property of type string that is required and specifies the Cloud Storage object's URI, which will be overwritten with analysis results if it already exists."],["The documentation covers versions ranging from 2.7.0 to 3.12.0, with 3.12.0 being the latest, and this page particularly outlines information for the 3.8.0 version."],["The `GcsDestination` class implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]