public static final class StorageConfig.TimespanConfig.Builder extends GeneratedMessageV3.Builder<StorageConfig.TimespanConfig.Builder> implements StorageConfig.TimespanConfigOrBuilder
Configuration of the timespan of the items to include in scanning.
Currently only supported when inspecting Google Cloud Storage and BigQuery.
Protobuf type google.privacy.dlp.v2.StorageConfig.TimespanConfig
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StorageConfig.TimespanConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public StorageConfig.TimespanConfig build()
Returns
buildPartial()
public StorageConfig.TimespanConfig buildPartial()
Returns
clear()
public StorageConfig.TimespanConfig.Builder clear()
Returns
Overrides
clearEnableAutoPopulationOfTimespanConfig()
public StorageConfig.TimespanConfig.Builder clearEnableAutoPopulationOfTimespanConfig()
When the job is started by a JobTrigger we will automatically figure out
a valid start_time to avoid scanning files that have not been modified
since the last time the JobTrigger executed. This will be based on the
time of the execution of the last run of the JobTrigger.
bool enable_auto_population_of_timespan_config = 4;
Returns
clearEndTime()
public StorageConfig.TimespanConfig.Builder clearEndTime()
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public StorageConfig.TimespanConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public StorageConfig.TimespanConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStartTime()
public StorageConfig.TimespanConfig.Builder clearStartTime()
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Returns
clearTimestampField()
public StorageConfig.TimespanConfig.Builder clearTimestampField()
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Returns
clone()
public StorageConfig.TimespanConfig.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public StorageConfig.TimespanConfig getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getEnableAutoPopulationOfTimespanConfig()
public boolean getEnableAutoPopulationOfTimespanConfig()
When the job is started by a JobTrigger we will automatically figure out
a valid start_time to avoid scanning files that have not been modified
since the last time the JobTrigger executed. This will be based on the
time of the execution of the last run of the JobTrigger.
bool enable_auto_population_of_timespan_config = 4;
Returns
Type | Description |
boolean | The enableAutoPopulationOfTimespanConfig.
|
getEndTime()
public Timestamp getEndTime()
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Returns
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Returns
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Returns
getStartTime()
public Timestamp getStartTime()
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Returns
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Returns
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Returns
getTimestampField()
public FieldId getTimestampField()
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Returns
Type | Description |
FieldId | The timestampField.
|
getTimestampFieldBuilder()
public FieldId.Builder getTimestampFieldBuilder()
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Returns
getTimestampFieldOrBuilder()
public FieldIdOrBuilder getTimestampFieldOrBuilder()
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Returns
hasEndTime()
public boolean hasEndTime()
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Returns
Type | Description |
boolean | Whether the endTime field is set.
|
hasStartTime()
public boolean hasStartTime()
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
hasTimestampField()
public boolean hasTimestampField()
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Returns
Type | Description |
boolean | Whether the timestampField field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeEndTime(Timestamp value)
public StorageConfig.TimespanConfig.Builder mergeEndTime(Timestamp value)
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Parameter
Returns
mergeFrom(StorageConfig.TimespanConfig other)
public StorageConfig.TimespanConfig.Builder mergeFrom(StorageConfig.TimespanConfig other)
Parameter
Returns
public StorageConfig.TimespanConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public StorageConfig.TimespanConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeStartTime(Timestamp value)
public StorageConfig.TimespanConfig.Builder mergeStartTime(Timestamp value)
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Parameter
Returns
mergeTimestampField(FieldId value)
public StorageConfig.TimespanConfig.Builder mergeTimestampField(FieldId value)
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StorageConfig.TimespanConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setEnableAutoPopulationOfTimespanConfig(boolean value)
public StorageConfig.TimespanConfig.Builder setEnableAutoPopulationOfTimespanConfig(boolean value)
When the job is started by a JobTrigger we will automatically figure out
a valid start_time to avoid scanning files that have not been modified
since the last time the JobTrigger executed. This will be based on the
time of the execution of the last run of the JobTrigger.
bool enable_auto_population_of_timespan_config = 4;
Parameter
Name | Description |
value | boolean
The enableAutoPopulationOfTimespanConfig to set.
|
Returns
setEndTime(Timestamp value)
public StorageConfig.TimespanConfig.Builder setEndTime(Timestamp value)
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Parameter
Returns
setEndTime(Timestamp.Builder builderForValue)
public StorageConfig.TimespanConfig.Builder setEndTime(Timestamp.Builder builderForValue)
Exclude files, tables, or rows newer than this value.
If not set, no upper time limit is applied.
.google.protobuf.Timestamp end_time = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public StorageConfig.TimespanConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StorageConfig.TimespanConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStartTime(Timestamp value)
public StorageConfig.TimespanConfig.Builder setStartTime(Timestamp value)
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Parameter
Returns
setStartTime(Timestamp.Builder builderForValue)
public StorageConfig.TimespanConfig.Builder setStartTime(Timestamp.Builder builderForValue)
Exclude files, tables, or rows older than this value.
If not set, no lower time limit is applied.
.google.protobuf.Timestamp start_time = 1;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
setTimestampField(FieldId value)
public StorageConfig.TimespanConfig.Builder setTimestampField(FieldId value)
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Parameter
Returns
setTimestampField(FieldId.Builder builderForValue)
public StorageConfig.TimespanConfig.Builder setTimestampField(FieldId.Builder builderForValue)
Specification of the field containing the timestamp of scanned items.
Used for data sources like Datastore and BigQuery.
For BigQuery:
If this value is not specified and the table was modified between the
given start and end times, the entire table will be scanned. If this
value is specified, then rows are filtered based on the given start and
end times. Rows with a NULL
value in the provided BigQuery column are
skipped.
Valid data types of the provided BigQuery column are: INTEGER
, DATE
,
TIMESTAMP
, and DATETIME
.
For Datastore:
If this value is specified, then entities are filtered based on the given
start and end times. If an entity does not contain the provided timestamp
property or contains empty or invalid values, then it is included.
Valid data types of the provided timestamp property are: TIMESTAMP
.
.google.privacy.dlp.v2.FieldId timestamp_field = 3;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final StorageConfig.TimespanConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides