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, which represents a Cloud Storage location, within the `Google.Cloud.Asset.V1` namespace for .NET."],["The `GcsDestination` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version referenced in the available documentation is 3.12.0, while the current page focuses on version 2.10.0."],["`GcsDestination` has a `Uri` property, which is required and represents the Cloud Storage object's URI, similar to the format used by gsutil, such as \"gs://bucket_name/object_name\"."],["The class has 2 constructors available, one default and one that accepts another `GcsDestination` object as a parameter."]]],[]]