Class: Google::Cloud::Asset::V1::TimeWindow

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

Overview

A time window specified by its start_time and end_time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End time of the time window (inclusive). If not specified, the current timestamp is used instead.

Returns:



73
74
75
76
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 73

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:



73
74
75
76
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 73

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