Class IamPolicyAnalysisOutputConfig.Types.GcsDestination (2.7.0)

public sealed class GcsDestination : IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessage

A Cloud Storage location.

Inheritance

Object > IamPolicyAnalysisOutputConfig.Types.GcsDestination

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination)

public GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination other)
Parameter
NameDescription
otherIamPolicyAnalysisOutputConfig.Types.GcsDestination

Properties

Uri

public string Uri { get; set; }

Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Quickstart: Using the gsutil tool for examples.

Property Value
TypeDescription
String