Class: Google::Privacy::Dlp::V2::DateShiftConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Shifts dates by random number of days, with option to be consistent for the same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting to learn more.

Instance Attribute Summary collapse

Instance Attribute Details

#contextGoogle::Privacy::Dlp::V2::FieldId

Returns Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context.

Returns:

  • (Google::Privacy::Dlp::V2::FieldId)

    Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context.



1610
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1610

class DateShiftConfig; end

#crypto_keyGoogle::Privacy::Dlp::V2::CryptoKey

Returns Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key.

Returns:

  • (Google::Privacy::Dlp::V2::CryptoKey)

    Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key.



1610
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1610

class DateShiftConfig; end

#lower_bound_daysInteger

Returns For example, -5 means shift date to at most 5 days back in the past. [Required].

Returns:

  • (Integer)

    For example, -5 means shift date to at most 5 days back in the past. [Required]



1610
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1610

class DateShiftConfig; end

#upper_bound_daysInteger

Returns Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction.

For example, 3 means shift date to at most 3 days into the future. [Required].

Returns:

  • (Integer)

    Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction.

    For example, 3 means shift date to at most 3 days into the future. [Required]



1610
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1610

class DateShiftConfig; end