Interface DiscoveryBigQueryConditions.OrConditionsOrBuilder (3.45.0)

public static interface DiscoveryBigQueryConditions.OrConditionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMinAge()

public abstract Duration getMinAge()

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

.google.protobuf.Duration min_age = 2;

Returns
TypeDescription
Duration

The minAge.

getMinAgeOrBuilder()

public abstract DurationOrBuilder getMinAgeOrBuilder()

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

.google.protobuf.Duration min_age = 2;

Returns
TypeDescription
DurationOrBuilder

getMinRowCount()

public abstract int getMinRowCount()

Minimum number of rows that should be present before Cloud DLP profiles a table

int32 min_row_count = 1;

Returns
TypeDescription
int

The minRowCount.

hasMinAge()

public abstract boolean hasMinAge()

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

.google.protobuf.Duration min_age = 2;

Returns
TypeDescription
boolean

Whether the minAge field is set.