Class: Google::Privacy::Dlp::V2::DateTime
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::DateTime
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Message for a date time object.
Defined Under Namespace
Classes: TimeZone
Instance Attribute Summary collapse
-
#date ⇒ Google::Type::Date
One or more of the following must be set.
- #day_of_week ⇒ Google::Type::DayOfWeek
- #time ⇒ Google::Type::TimeOfDay
- #time_zone ⇒ Google::Privacy::Dlp::V2::DateTime::TimeZone
Instance Attribute Details
#date ⇒ Google::Type::Date
Returns One or more of the following must be set. All fields are optional, but when set must be valid date or time values.
909 910 911 912 913 914 915 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 909 class DateTime # @!attribute [rw] offset_minutes # @return [Integer] # Set only if the offset can be determined. Positive for time ahead of UTC. # E.g. For "UTC-9", this value is -540. class TimeZone; end end |
#day_of_week ⇒ Google::Type::DayOfWeek
909 910 911 912 913 914 915 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 909 class DateTime # @!attribute [rw] offset_minutes # @return [Integer] # Set only if the offset can be determined. Positive for time ahead of UTC. # E.g. For "UTC-9", this value is -540. class TimeZone; end end |
#time ⇒ Google::Type::TimeOfDay
909 910 911 912 913 914 915 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 909 class DateTime # @!attribute [rw] offset_minutes # @return [Integer] # Set only if the offset can be determined. Positive for time ahead of UTC. # E.g. For "UTC-9", this value is -540. class TimeZone; end end |
#time_zone ⇒ Google::Privacy::Dlp::V2::DateTime::TimeZone
909 910 911 912 913 914 915 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 909 class DateTime # @!attribute [rw] offset_minutes # @return [Integer] # Set only if the offset can be determined. Positive for time ahead of UTC. # E.g. For "UTC-9", this value is -540. class TimeZone; end end |