public final class BigQueryRegex extends GeneratedMessageV3 implements BigQueryRegexOrBuilder
A pattern to match against one or more tables, datasets, or projects that
contain BigQuery tables. At least one pattern must be specified.
Regular expressions use RE2
syntax; a guide can be found
under the google/re2 repository on GitHub.
Protobuf type google.privacy.dlp.v2.BigQueryRegex
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
DATASET_ID_REGEX_FIELD_NUMBER
public static final int DATASET_ID_REGEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROJECT_ID_REGEX_FIELD_NUMBER
public static final int PROJECT_ID_REGEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLE_ID_REGEX_FIELD_NUMBER
public static final int TABLE_ID_REGEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryRegex getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BigQueryRegex.Builder newBuilder()
newBuilder(BigQueryRegex prototype)
public static BigQueryRegex.Builder newBuilder(BigQueryRegex prototype)
public static BigQueryRegex parseDelimitedFrom(InputStream input)
public static BigQueryRegex parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BigQueryRegex parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRegex parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BigQueryRegex parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRegex parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRegex parseFrom(CodedInputStream input)
public static BigQueryRegex parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRegex parseFrom(InputStream input)
public static BigQueryRegex parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BigQueryRegex parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRegex parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BigQueryRegex> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDatasetIdRegex()
public String getDatasetIdRegex()
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Returns |
Type |
Description |
String |
The datasetIdRegex.
|
getDatasetIdRegexBytes()
public ByteString getDatasetIdRegexBytes()
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Returns |
Type |
Description |
ByteString |
The bytes for datasetIdRegex.
|
getDefaultInstanceForType()
public BigQueryRegex getDefaultInstanceForType()
getParserForType()
public Parser<BigQueryRegex> getParserForType()
Overrides
getProjectIdRegex()
public String getProjectIdRegex()
For organizations, if unset, will match all projects. Has no effect
for data profile configurations created within a project.
string project_id_regex = 1;
Returns |
Type |
Description |
String |
The projectIdRegex.
|
getProjectIdRegexBytes()
public ByteString getProjectIdRegexBytes()
For organizations, if unset, will match all projects. Has no effect
for data profile configurations created within a project.
string project_id_regex = 1;
Returns |
Type |
Description |
ByteString |
The bytes for projectIdRegex.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTableIdRegex()
public String getTableIdRegex()
If unset, this property matches all tables.
string table_id_regex = 3;
Returns |
Type |
Description |
String |
The tableIdRegex.
|
getTableIdRegexBytes()
public ByteString getTableIdRegexBytes()
If unset, this property matches all tables.
string table_id_regex = 3;
Returns |
Type |
Description |
ByteString |
The bytes for tableIdRegex.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BigQueryRegex.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BigQueryRegex.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BigQueryRegex.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides