public sealed class GcsDestination : IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessage
A Cloud Storage location.
Implements
IMessage<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IEquatable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IDeepCloneable<IamPolicyAnalysisOutputConfig.Types.GcsDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination)
public GcsDestination(IamPolicyAnalysisOutputConfig.Types.GcsDestination other)
Parameter | |
---|---|
Name | Description |
other | IamPolicyAnalysisOutputConfig.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 | |
---|---|
Type | Description |
String |