Class: Google::Cloud::Asset::V1beta1::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1beta1/assets.rb

Overview

A time window of (start_time, end_time].

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End time of the time window (inclusive). Current timestamp if not specified.

Returns:



48
49
50
51
# File 'proto_docs/google/cloud/asset/v1beta1/assets.rb', line 48

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

#start_time::Google::Protobuf::Timestamp

Returns Start time of the time window (exclusive).

Returns:



48
49
50
51
# File 'proto_docs/google/cloud/asset/v1beta1/assets.rb', line 48

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