Interface AmazonS3BucketRegexOrBuilder (3.55.0)

public interface AmazonS3BucketRegexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsAccountRegex()

public abstract AwsAccountRegex getAwsAccountRegex()

The AWS account regex.

.google.privacy.dlp.v2.AwsAccountRegex aws_account_regex = 1;

Returns
Type Description
AwsAccountRegex

The awsAccountRegex.

getAwsAccountRegexOrBuilder()

public abstract AwsAccountRegexOrBuilder getAwsAccountRegexOrBuilder()

The AWS account regex.

.google.privacy.dlp.v2.AwsAccountRegex aws_account_regex = 1;

Returns
Type Description
AwsAccountRegexOrBuilder

getBucketNameRegex()

public abstract String getBucketNameRegex()

Optional. Regex to test the bucket name against. If empty, all buckets match.

string bucket_name_regex = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The bucketNameRegex.

getBucketNameRegexBytes()

public abstract ByteString getBucketNameRegexBytes()

Optional. Regex to test the bucket name against. If empty, all buckets match.

string bucket_name_regex = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for bucketNameRegex.

hasAwsAccountRegex()

public abstract boolean hasAwsAccountRegex()

The AWS account regex.

.google.privacy.dlp.v2.AwsAccountRegex aws_account_regex = 1;

Returns
Type Description
boolean

Whether the awsAccountRegex field is set.