Class: Google::Cloud::Talent::V4beta1::TimestampRange

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

Message representing a period of time between two timestamps.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End of the period (exclusive).

Returns:



31
32
33
34
# File 'proto_docs/google/cloud/talent/v4beta1/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).

Returns:



31
32
33
34
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 31

class TimestampRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end