- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class DiscoveryBigQueryFilter.Builder extends GeneratedMessage.Builder<DiscoveryBigQueryFilter.Builder> implements DiscoveryBigQueryFilterOrBuilderDetermines 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DiscoveryBigQueryFilter.BuilderImplements
DiscoveryBigQueryFilterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DiscoveryBigQueryFilter build()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter |
|
buildPartial()
public DiscoveryBigQueryFilter buildPartial()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter |
|
clear()
public DiscoveryBigQueryFilter.Builder clear()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
clearFilter()
public DiscoveryBigQueryFilter.Builder clearFilter()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
clearOtherTables()
public DiscoveryBigQueryFilter.Builder clearOtherTables()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 |
DiscoveryBigQueryFilter.Builder |
|
clearTableReference()
public DiscoveryBigQueryFilter.Builder clearTableReference()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 |
DiscoveryBigQueryFilter.Builder |
|
clearTables()
public DiscoveryBigQueryFilter.Builder clearTables()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 |
DiscoveryBigQueryFilter.Builder |
|
getDefaultInstanceForType()
public DiscoveryBigQueryFilter getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilterCase()
public DiscoveryBigQueryFilter.FilterCase getFilterCase()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.FilterCase |
|
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;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.AllOtherBigQueryTables |
The otherTables. |
getOtherTablesBuilder()
public DiscoveryBigQueryFilter.AllOtherBigQueryTables.Builder getOtherTablesBuilder()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 |
DiscoveryBigQueryFilter.AllOtherBigQueryTables.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.AllOtherBigQueryTablesOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
TableReference |
The tableReference. |
getTableReferenceBuilder()
public TableReference.Builder getTableReferenceBuilder()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 |
TableReference.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
TableReferenceOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollection |
The tables. |
getTablesBuilder()
public BigQueryTableCollection.Builder getTablesBuilder()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 |
BigQueryTableCollection.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableCollectionOrBuilder |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DiscoveryBigQueryFilter other)
public DiscoveryBigQueryFilter.Builder mergeFrom(DiscoveryBigQueryFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryBigQueryFilter |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiscoveryBigQueryFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DiscoveryBigQueryFilter.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
mergeOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables value)
public DiscoveryBigQueryFilter.Builder mergeOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryFilter.AllOtherBigQueryTables |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
mergeTableReference(TableReference value)
public DiscoveryBigQueryFilter.Builder mergeTableReference(TableReference value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
TableReference |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
mergeTables(BigQueryTableCollection value)
public DiscoveryBigQueryFilter.Builder mergeTables(BigQueryTableCollection value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryTableCollection |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables value)
public DiscoveryBigQueryFilter.Builder setOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryFilter.AllOtherBigQueryTables |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables.Builder builderForValue)
public DiscoveryBigQueryFilter.Builder setOtherTables(DiscoveryBigQueryFilter.AllOtherBigQueryTables.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DiscoveryBigQueryFilter.AllOtherBigQueryTables.Builder |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setTableReference(TableReference value)
public DiscoveryBigQueryFilter.Builder setTableReference(TableReference value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
TableReference |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setTableReference(TableReference.Builder builderForValue)
public DiscoveryBigQueryFilter.Builder setTableReference(TableReference.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TableReference.Builder |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setTables(BigQueryTableCollection value)
public DiscoveryBigQueryFilter.Builder setTables(BigQueryTableCollection value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryTableCollection |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
setTables(BigQueryTableCollection.Builder builderForValue)
public DiscoveryBigQueryFilter.Builder setTables(BigQueryTableCollection.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryTableCollection.Builder |
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|