public interface DestinationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |