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."],[[["The latest version of the `GcsDestination` class is 3.12.0, part of the `Google.Cloud.Asset.V1` namespace within the .NET framework."],["`GcsDestination` represents a Cloud Storage location and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes a constructor `GcsDestination()` and another constructor `GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination)` to create a new instance of the class, the later copying the data of the object passed as a parameter."],["The class has a `Uri` property of type `string`, representing the Cloud Storage object URI, which will be overwritten with the analysis result if the object exists without a hold."],["There are several previous versions of the `GcsDestination` class ranging from version 2.7.0 to version 3.11.0."]]],[]]