Class: Google::Cloud::Asset::V1beta1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1beta1::TimeWindow
- 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
-
#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). Current timestamp if not specified.
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).
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 |