public final class DiscoveryBigQueryFilter extends GeneratedMessageV3 implements DiscoveryBigQueryFilterOrBuilder
Determines what tables will have profiles generated within an organization
or project. Includes the ability to filter by regular expression patterns
on project ID, dataset ID, and table ID.
Protobuf type google.privacy.dlp.v2.DiscoveryBigQueryFilter
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
OTHER_TABLES_FIELD_NUMBER
public static final int OTHER_TABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLES_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLE_REFERENCE_FIELD_NUMBER
public static final int TABLE_REFERENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DiscoveryBigQueryFilter getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DiscoveryBigQueryFilter.Builder newBuilder()
newBuilder(DiscoveryBigQueryFilter prototype)
public static DiscoveryBigQueryFilter.Builder newBuilder(DiscoveryBigQueryFilter prototype)
public static DiscoveryBigQueryFilter parseDelimitedFrom(InputStream input)
public static DiscoveryBigQueryFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DiscoveryBigQueryFilter parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryBigQueryFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DiscoveryBigQueryFilter parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryBigQueryFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryBigQueryFilter parseFrom(CodedInputStream input)
public static DiscoveryBigQueryFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryBigQueryFilter parseFrom(InputStream input)
public static DiscoveryBigQueryFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DiscoveryBigQueryFilter parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryBigQueryFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DiscoveryBigQueryFilter> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DiscoveryBigQueryFilter getDefaultInstanceForType()
getFilterCase()
public DiscoveryBigQueryFilter.FilterCase getFilterCase()
getOtherTables()
public DiscoveryBigQueryFilter.AllOtherBigQueryTables getOtherTables()
Catch-all. This should always be the last filter in the list because
anything above it will apply first. Should only appear once in a
configuration. If none is specified, a default one will be added
automatically.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter.AllOtherBigQueryTables other_tables = 2;
getOtherTablesOrBuilder()
public DiscoveryBigQueryFilter.AllOtherBigQueryTablesOrBuilder getOtherTablesOrBuilder()
Catch-all. This should always be the last filter in the list because
anything above it will apply first. Should only appear once in a
configuration. If none is specified, a default one will be added
automatically.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter.AllOtherBigQueryTables other_tables = 2;
getParserForType()
public Parser<DiscoveryBigQueryFilter> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTableReference()
public TableReference getTableReference()
The table to scan. Discovery configurations including this can only
include one DiscoveryTarget (the DiscoveryTarget with this
TableReference).
.google.privacy.dlp.v2.TableReference table_reference = 3;
getTableReferenceOrBuilder()
public TableReferenceOrBuilder getTableReferenceOrBuilder()
The table to scan. Discovery configurations including this can only
include one DiscoveryTarget (the DiscoveryTarget with this
TableReference).
.google.privacy.dlp.v2.TableReference table_reference = 3;
getTables()
public BigQueryTableCollection getTables()
A specific set of tables for this filter to apply to. A table collection
must be specified in only one filter per config.
If a table id or dataset is empty, Cloud DLP assumes all tables in that
collection must be profiled. Must specify a project ID.
.google.privacy.dlp.v2.BigQueryTableCollection tables = 1;
getTablesOrBuilder()
public BigQueryTableCollectionOrBuilder getTablesOrBuilder()
A specific set of tables for this filter to apply to. A table collection
must be specified in only one filter per config.
If a table id or dataset is empty, Cloud DLP assumes all tables in that
collection must be profiled. Must specify a project ID.
.google.privacy.dlp.v2.BigQueryTableCollection tables = 1;
hasOtherTables()
public boolean hasOtherTables()
Catch-all. This should always be the last filter in the list because
anything above it will apply first. Should only appear once in a
configuration. If none is specified, a default one will be added
automatically.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter.AllOtherBigQueryTables other_tables = 2;
Returns |
Type |
Description |
boolean |
Whether the otherTables field is set.
|
hasTableReference()
public boolean hasTableReference()
The table to scan. Discovery configurations including this can only
include one DiscoveryTarget (the DiscoveryTarget with this
TableReference).
.google.privacy.dlp.v2.TableReference table_reference = 3;
Returns |
Type |
Description |
boolean |
Whether the tableReference field is set.
|
hasTables()
public boolean hasTables()
A specific set of tables for this filter to apply to. A table collection
must be specified in only one filter per config.
If a table id or dataset is empty, Cloud DLP assumes all tables in that
collection must be profiled. Must specify a project ID.
.google.privacy.dlp.v2.BigQueryTableCollection tables = 1;
Returns |
Type |
Description |
boolean |
Whether the tables field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DiscoveryBigQueryFilter.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoveryBigQueryFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DiscoveryBigQueryFilter.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides