public sealed class DestinationDetails : IMessage<DestinationDetails>, IEquatable<DestinationDetails>, IDeepCloneable<DestinationDetails>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class DestinationDetails.
Cloud Storage bucket where the audit report is uploaded to.
Implements
IMessageDestinationDetails, IEquatableDestinationDetails, IDeepCloneableDestinationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
DestinationDetails()
public DestinationDetails()DestinationDetails(DestinationDetails)
public DestinationDetails(DestinationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DestinationDetails |
Properties
DestinationCase
public DestinationDetails.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
DestinationDetailsDestinationOneofCase |
|
GcsBucketUri
public string GcsBucketUri { get; set; }URI for the Cloud Storage bucket, in the format
gs://{bucket_name}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasGcsBucketUri
public bool HasGcsBucketUri { get; }Gets whether the "gcs_bucket_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|