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-03-21 UTC."],[[["This webpage provides reference documentation for the `IamPolicyAnalysisOutputConfig.Types.GcsDestination` class within the Google Cloud Asset Inventory v1 API."],["The latest version of this class is 3.12.0, but documentation is available for versions ranging from 2.7.0 to 3.12.0."],["`IamPolicyAnalysisOutputConfig.Types.GcsDestination` represents a Cloud Storage location and can be utilized for analysis results."],["The `GcsDestination` class has two constructors: a default one and another one that takes an existing `GcsDestination` as a parameter."],["The `GcsDestination` class contains a `Uri` property, which represents the URI of the Cloud Storage object, formatted like `\"gs://bucket_name/object_name\"`."]]],[]]