Class: Google::Cloud::Asset::V1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::TimeWindow
- 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
-
#end_time ⇒ ::Google::Protobuf::Timestamp
End time of the time window (inclusive).
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start time of the time window (exclusive).
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.
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).
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 |