Class: Google::Privacy::Dlp::V2::TimePartConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::TimePartConfig
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
For use with +Date+, +Timestamp+, and +TimeOfDay+, extract or preserve a portion of the value.
Defined Under Namespace
Modules: TimePart
Instance Attribute Summary collapse
Instance Attribute Details
#part_to_extract ⇒ Google::Privacy::Dlp::V2::TimePartConfig::TimePart
988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 988 class TimePartConfig module TimePart TIME_PART_UNSPECIFIED = 0 # [0-9999] YEAR = 1 # [1-12] MONTH = 2 # [1-31] DAY_OF_MONTH = 3 # [1-7] DAY_OF_WEEK = 4 # [1-52] WEEK_OF_YEAR = 5 # [0-23] HOUR_OF_DAY = 6 end end |