Interface DiscoveryBigQueryConditionsOrBuilder (3.45.0)

public interface DiscoveryBigQueryConditionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getIncludedTypesCase()

public abstract DiscoveryBigQueryConditions.IncludedTypesCase getIncludedTypesCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DiscoveryBigQueryConditions.OrConditionsOrBuilder

getTypeCollection()

public abstract BigQueryTableTypeCollection getTypeCollection()

Restrict discovery to categories of table types.

.google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3;

Returns
TypeDescription
BigQueryTableTypeCollection

The typeCollection.

getTypeCollectionValue()

public abstract int getTypeCollectionValue()

Restrict discovery to categories of table types.

.google.privacy.dlp.v2.BigQueryTableTypeCollection type_collection = 3;

Returns
TypeDescription
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
TypeDescription
BigQueryTableTypes

The types.

getTypesOrBuilder()

public abstract BigQueryTableTypesOrBuilder getTypesOrBuilder()

Restrict discovery to specific table types.

.google.privacy.dlp.v2.BigQueryTableTypes types = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the types field is set.