public static interface AuditConfig.CmEligibleDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCmEligibleDestinationsCase()
public abstract AuditConfig.CmEligibleDestination.CmEligibleDestinationsCase getCmEligibleDestinationsCase()| Returns | |
|---|---|
| Type | Description |
AuditConfig.CmEligibleDestination.CmEligibleDestinationsCase |
|
getGcsBucket()
public abstract String getGcsBucket() The Cloud Storage bucket where audit reports and evidences can be
uploaded. The format is gs://{bucket_name}.
string gcs_bucket = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsBucket. |
getGcsBucketBytes()
public abstract ByteString getGcsBucketBytes() The Cloud Storage bucket where audit reports and evidences can be
uploaded. The format is gs://{bucket_name}.
string gcs_bucket = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsBucket. |
hasGcsBucket()
public abstract boolean hasGcsBucket() The Cloud Storage bucket where audit reports and evidences can be
uploaded. The format is gs://{bucket_name}.
string gcs_bucket = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsBucket field is set. |