public final class AmazonS3BucketRegex extends GeneratedMessageV3 implements AmazonS3BucketRegexOrBuilder
Amazon S3 bucket regex.
Protobuf type google.privacy.dlp.v2.AmazonS3BucketRegex
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AWS_ACCOUNT_REGEX_FIELD_NUMBER
public static final int AWS_ACCOUNT_REGEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
BUCKET_NAME_REGEX_FIELD_NUMBER
public static final int BUCKET_NAME_REGEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AmazonS3BucketRegex getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AmazonS3BucketRegex.Builder newBuilder()
newBuilder(AmazonS3BucketRegex prototype)
public static AmazonS3BucketRegex.Builder newBuilder(AmazonS3BucketRegex prototype)
public static AmazonS3BucketRegex parseDelimitedFrom(InputStream input)
public static AmazonS3BucketRegex parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AmazonS3BucketRegex parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AmazonS3BucketRegex parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AmazonS3BucketRegex parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AmazonS3BucketRegex parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AmazonS3BucketRegex parseFrom(CodedInputStream input)
public static AmazonS3BucketRegex parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AmazonS3BucketRegex parseFrom(InputStream input)
public static AmazonS3BucketRegex parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AmazonS3BucketRegex parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AmazonS3BucketRegex parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AmazonS3BucketRegex> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAwsAccountRegex()
public AwsAccountRegex getAwsAccountRegex()
The AWS account regex.
.google.privacy.dlp.v2.AwsAccountRegex aws_account_regex = 1;
getAwsAccountRegexOrBuilder()
public AwsAccountRegexOrBuilder getAwsAccountRegexOrBuilder()
The AWS account regex.
.google.privacy.dlp.v2.AwsAccountRegex aws_account_regex = 1;
getBucketNameRegex()
public 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 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.
|
getDefaultInstanceForType()
public AmazonS3BucketRegex getDefaultInstanceForType()
getParserForType()
public Parser<AmazonS3BucketRegex> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasAwsAccountRegex()
public 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AmazonS3BucketRegex.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AmazonS3BucketRegex.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AmazonS3BucketRegex.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides