Interface AmazonS3BucketOrBuilder (3.56.0)

public interface AmazonS3BucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsAccount()

public abstract AwsAccount getAwsAccount()

The AWS account.

.google.privacy.dlp.v2.AwsAccount aws_account = 1;

Returns
Type Description
AwsAccount

The awsAccount.

getAwsAccountOrBuilder()

public abstract AwsAccountOrBuilder getAwsAccountOrBuilder()

The AWS account.

.google.privacy.dlp.v2.AwsAccount aws_account = 1;

Returns
Type Description
AwsAccountOrBuilder

getBucketName()

public abstract String getBucketName()

Required. The bucket name.

string bucket_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The bucketName.

getBucketNameBytes()

public abstract ByteString getBucketNameBytes()

Required. The bucket name.

string bucket_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for bucketName.

hasAwsAccount()

public abstract boolean hasAwsAccount()

The AWS account.

.google.privacy.dlp.v2.AwsAccount aws_account = 1;

Returns
Type Description
boolean

Whether the awsAccount field is set.