Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::StorageConfig::TimespanConfig.
Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Google Cloud Storage and BigQuery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_auto_population_of_timespan_config
def enable_auto_population_of_timespan_config() -> ::Boolean
- (::Boolean) — 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.
#enable_auto_population_of_timespan_config=
def enable_auto_population_of_timespan_config=(value) -> ::Boolean
- value (::Boolean) — 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.
- (::Boolean) — 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.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.
- (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.
- (::Google::Protobuf::Timestamp) — Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.
#timestamp_field
def timestamp_field() -> ::Google::Cloud::Dlp::V2::FieldId
-
(::Google::Cloud::Dlp::V2::FieldId) — 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
, andDATETIME
.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
.
#timestamp_field=
def timestamp_field=(value) -> ::Google::Cloud::Dlp::V2::FieldId
-
value (::Google::Cloud::Dlp::V2::FieldId) — 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
, andDATETIME
.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::Cloud::Dlp::V2::FieldId) — 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
, andDATETIME
.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
.