Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Condition::TimeRange.
Used for time-dependent conditions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - 
        (::Google::Protobuf::Timestamp) — End of time range.Range is inclusive. Must be in the future. 
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - 
        value (::Google::Protobuf::Timestamp) — End of time range.Range is inclusive. Must be in the future. 
    Returns
    
  - 
        (::Google::Protobuf::Timestamp) — End of time range.Range is inclusive. Must be in the future. 
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - 
        (::Google::Protobuf::Timestamp) — Start of time range.Range is inclusive. 
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - 
        value (::Google::Protobuf::Timestamp) — Start of time range.Range is inclusive. 
    Returns
    
- 
        (::Google::Protobuf::Timestamp) — Start of time range.Range is inclusive.