Class: Google::Cloud::DiscoveryEngine::V1::Condition::TimeRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End of time range.

Range is inclusive. Must be in the future.

Returns:



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

#start_time::Google::Protobuf::Timestamp

Returns Start of time range.

Range is inclusive.

Returns:



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