Interface DestinationDetailsOrBuilder (0.3.0)

public interface DestinationDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract DestinationDetails.DestinationCase getDestinationCase()
Returns
Type Description
DestinationDetails.DestinationCase

getGcsBucketUri()

public abstract String getGcsBucketUri()

The Cloud Storage bucket where the audit report is/will be uploaded.

string gcs_bucket_uri = 1;

Returns
Type Description
String

The gcsBucketUri.

getGcsBucketUriBytes()

public abstract ByteString getGcsBucketUriBytes()

The Cloud Storage bucket where the audit report is/will be uploaded.

string gcs_bucket_uri = 1;

Returns
Type Description
ByteString

The bytes for gcsBucketUri.

hasGcsBucketUri()

public abstract boolean hasGcsBucketUri()

The Cloud Storage bucket where the audit report is/will be uploaded.

string gcs_bucket_uri = 1;

Returns
Type Description
boolean

Whether the gcsBucketUri field is set.