Class: Google::Cloud::EdgeContainer::V1::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Represents an arbitrary window of time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time that the window ends. The end time must take place after the start time.

Returns:



818
819
820
821
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 818

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

#start_time::Google::Protobuf::Timestamp

Returns The time that the window first starts.

Returns:



818
819
820
821
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 818

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