Class: Google::Cloud::DiscoveryEngine::V1::Condition::TimeRange
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Condition::TimeRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control.rb
Overview
Used for time-dependent conditions.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
End of time range.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start of time range.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns End of time range.
Range is inclusive. Must be in the future.
78 79 80 81 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 78 class TimeRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |