public interface DiscoveryBigQueryConditionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreatedAfter()
public abstract Timestamp getCreatedAfter()BigQuery table must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createdAfter. |
getCreatedAfterOrBuilder()
public abstract TimestampOrBuilder getCreatedAfterOrBuilder()BigQuery table must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getIncludedTypesCase()
public abstract DiscoveryBigQueryConditions.IncludedTypesCase getIncludedTypesCase()| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditions.IncludedTypesCase |
|
getOrConditions()
public abstract DiscoveryBigQueryConditions.OrConditions getOrConditions()At least one of the conditions must be true for a table to be scanned.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditions.OrConditions |
The orConditions. |
getOrConditionsOrBuilder()
public abstract DiscoveryBigQueryConditions.OrConditionsOrBuilder getOrConditionsOrBuilder()At least one of the conditions must be true for a table to be scanned.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditions.OrConditionsOrBuilder |
|
getTypeCollection()
public abstract BigQueryTableTypeCollection getTypeCollection()Restrict discovery to categories of table types.
.google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypeCollection |
The typeCollection. |
getTypeCollectionValue()
public abstract int getTypeCollectionValue()Restrict discovery to categories of table types.
.google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for typeCollection. |
getTypes()
public abstract BigQueryTableTypes getTypes()Restrict discovery to specific table types.
.google.privacy.dlp.v2.BigQueryTableTypes types = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypes |
The types. |
getTypesOrBuilder()
public abstract BigQueryTableTypesOrBuilder getTypesOrBuilder()Restrict discovery to specific table types.
.google.privacy.dlp.v2.BigQueryTableTypes types = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryTableTypesOrBuilder |
|
hasCreatedAfter()
public abstract boolean hasCreatedAfter()BigQuery table must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createdAfter field is set. |
hasOrConditions()
public abstract boolean hasOrConditions()At least one of the conditions must be true for a table to be scanned.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions or_conditions = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orConditions field is set. |
hasTypeCollection()
public abstract boolean hasTypeCollection()Restrict discovery to categories of table types.
.google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the typeCollection field is set. |
hasTypes()
public abstract boolean hasTypes()Restrict discovery to specific table types.
.google.privacy.dlp.v2.BigQueryTableTypes types = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the types field is set. |