public interface FrameworkAuditDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucket()
public abstract BucketDestination getBucket()The Cloud Storage bucket destination.
.google.cloud.cloudsecuritycompliance.v1.BucketDestination bucket = 1;
| Returns | |
|---|---|
| Type | Description |
BucketDestination |
The bucket. |
getBucketOrBuilder()
public abstract BucketDestinationOrBuilder getBucketOrBuilder()The Cloud Storage bucket destination.
.google.cloud.cloudsecuritycompliance.v1.BucketDestination bucket = 1;
| Returns | |
|---|---|
| Type | Description |
BucketDestinationOrBuilder |
|
getDestinationTypeCase()
public abstract FrameworkAuditDestination.DestinationTypeCase getDestinationTypeCase()| Returns | |
|---|---|
| Type | Description |
FrameworkAuditDestination.DestinationTypeCase |
|
hasBucket()
public abstract boolean hasBucket()The Cloud Storage bucket destination.
.google.cloud.cloudsecuritycompliance.v1.BucketDestination bucket = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bucket field is set. |