public static interface DiscoveryBigQueryConditions.OrConditionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the minAge field is set. |