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 the API documented is 3.12.0, and the page also includes documentation for past versions of the API, as far back as 2.7.0."],["The `GcsDestination` class, used for Cloud Storage locations, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Uri` property, which is a string representing the Cloud Storage object's URI and is used for locating where to write the analysis results."],["The documentation indicates there are 2 constructors available for the class, one default and one that accepts the class itself as an argument."]]],[]]