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."],[[["The latest version of the `IamPolicyAnalysisOutputConfig.Types.GcsDestination` class is 3.12.0, and multiple previous versions, ranging from 2.7.0 to 3.11.0, are also documented."],["This class, `IamPolicyAnalysisOutputConfig.Types.GcsDestination`, within the Google Cloud Asset Inventory v1 API, represents a Cloud Storage location for storing analysis results."],["The class `IamPolicyAnalysisOutputConfig.Types.GcsDestination` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor `GcsDestination` with two overloads and contains a `Uri` property of type string, that represents a required Cloud Storage object URI for storing the analysis result."],["It inherits members from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]