Send feedback
Class DatabaseResourceRegex (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
public final class DatabaseResourceRegex extends GeneratedMessageV3 implements DatabaseResourceRegexOrBuilder
A pattern to match against one or more database resources. 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.DatabaseResourceRegex
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
DATABASE_REGEX_FIELD_NUMBER
public static final int DATABASE_REGEX_FIELD_NUMBER
Field Value
Type
Description
int
DATABASE_RESOURCE_NAME_REGEX_FIELD_NUMBER
public static final int DATABASE_RESOURCE_NAME_REGEX_FIELD_NUMBER
Field Value
Type
Description
int
INSTANCE_REGEX_FIELD_NUMBER
public static final int INSTANCE_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
Static Methods
getDefaultInstance()
public static DatabaseResourceRegex getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DatabaseResourceRegex . Builder newBuilder ()
newBuilder(DatabaseResourceRegex prototype)
public static DatabaseResourceRegex . Builder newBuilder ( DatabaseResourceRegex prototype )
public static DatabaseResourceRegex parseDelimitedFrom ( InputStream input )
public static DatabaseResourceRegex parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DatabaseResourceRegex parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatabaseResourceRegex parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DatabaseResourceRegex parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatabaseResourceRegex parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DatabaseResourceRegex parseFrom ( CodedInputStream input )
public static DatabaseResourceRegex parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DatabaseResourceRegex parseFrom ( InputStream input )
public static DatabaseResourceRegex parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DatabaseResourceRegex parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DatabaseResourceRegex parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DatabaseResourceRegex> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDatabaseRegex()
public String getDatabaseRegex ()
Regex to test the database name against. If empty, all databases match.
string database_regex = 3;
Returns
Type
Description
String
The databaseRegex.
getDatabaseRegexBytes()
public ByteString getDatabaseRegexBytes ()
Regex to test the database name against. If empty, all databases match.
string database_regex = 3;
Returns
Type
Description
ByteString
The bytes for databaseRegex.
getDatabaseResourceNameRegex()
public String getDatabaseResourceNameRegex ()
Regex to test the database resource's name against. An example of a
database resource name is a table's name. Other database resource names
like view names could be included in the future. If empty, all database
resources match.
string database_resource_name_regex = 4;
Returns
Type
Description
String
The databaseResourceNameRegex.
getDatabaseResourceNameRegexBytes()
public ByteString getDatabaseResourceNameRegexBytes ()
Regex to test the database resource's name against. An example of a
database resource name is a table's name. Other database resource names
like view names could be included in the future. If empty, all database
resources match.
string database_resource_name_regex = 4;
Returns
Type
Description
ByteString
The bytes for databaseResourceNameRegex.
getDefaultInstanceForType()
public DatabaseResourceRegex getDefaultInstanceForType ()
getInstanceRegex()
public String getInstanceRegex ()
Regex to test the instance name against. If empty, all instances match.
string instance_regex = 2;
Returns
Type
Description
String
The instanceRegex.
getInstanceRegexBytes()
public ByteString getInstanceRegexBytes ()
Regex to test the instance name against. If empty, all instances match.
string instance_regex = 2;
Returns
Type
Description
ByteString
The bytes for instanceRegex.
getParserForType()
public Parser<DatabaseResourceRegex> getParserForType ()
Overrides
getProjectIdRegex()
public String getProjectIdRegex ()
For organizations, if unset, will match all projects. Has no effect
for 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 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
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DatabaseResourceRegex . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DatabaseResourceRegex . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DatabaseResourceRegex . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]