Class: Google::Privacy::Dlp::V2::DateTime

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

Overview

Message for a date time object. e.g. 2018-01-01, 5th August.

Defined Under Namespace

Classes: TimeZone

Instance Attribute Summary collapse

Instance Attribute Details

#dateGoogle::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.

Returns:

  • (Google::Type::Date)

    One or more of the following must be set. All fields are optional, but when set must be valid date or time values.



1165
1166
1167
1168
1169
1170
1171
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1165

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_weekGoogle::Type::DayOfWeek

Returns:

  • (Google::Type::DayOfWeek)


1165
1166
1167
1168
1169
1170
1171
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1165

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

#timeGoogle::Type::TimeOfDay



1165
1166
1167
1168
1169
1170
1171
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1165

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_zoneGoogle::Privacy::Dlp::V2::DateTime::TimeZone



1165
1166
1167
1168
1169
1170
1171
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1165

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