Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::TimestampRange.
Message representing a period of time between two timestamps.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — End of the period (exclusive).
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — End of the period (exclusive).
Returns
- (::Google::Protobuf::Timestamp) — End of the period (exclusive).
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Begin of the period (inclusive).
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Begin of the period (inclusive).
Returns
- (::Google::Protobuf::Timestamp) — Begin of the period (inclusive).