public interface AmazonS3BucketOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |