public interface BucketDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucketUri()
public abstract String getBucketUri()Required. The URI of the Cloud Storage bucket.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The bucketUri. |
getBucketUriBytes()
public abstract ByteString getBucketUriBytes()Required. The URI of the Cloud Storage bucket.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucketUri. |
getFrameworkAuditFormat()
public abstract BucketDestination.Format getFrameworkAuditFormat()Optional. The format of the framework audit.
.google.cloud.cloudsecuritycompliance.v1.BucketDestination.Format framework_audit_format = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BucketDestination.Format |
The frameworkAuditFormat. |
getFrameworkAuditFormatValue()
public abstract int getFrameworkAuditFormatValue()Optional. The format of the framework audit.
.google.cloud.cloudsecuritycompliance.v1.BucketDestination.Format framework_audit_format = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for frameworkAuditFormat. |