Class: Google::Cloud::Talent::V4::TimestampRange
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::TimestampRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/common.rb
Overview
Message representing a period of time between two timestamps.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
End of the period (exclusive).
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Begin of the period (inclusive).
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns End of the period (exclusive).
31 32 33 34 |
# File 'proto_docs/google/cloud/talent/v4/common.rb', line 31 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Begin of the period (inclusive).
31 32 33 34 |
# File 'proto_docs/google/cloud/talent/v4/common.rb', line 31 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |