Class: Google::Cloud::Compute::V1::TimeZone
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TimeZone
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a time zone from the IANA Time Zone Database.
Instance Attribute Summary collapse
-
#id ⇒ ::String
IANA Time Zone Database time zone.
-
#version ⇒ ::String
Optional.
Instance Attribute Details
#id ⇒ ::String
Returns IANA Time Zone Database time zone. For example "America/New_York".
81644 81645 81646 81647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81644 class TimeZone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Optional. IANA Time Zone Database version number. For example "2019a".
81644 81645 81646 81647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81644 class TimeZone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |