Class: Google::Cloud::DiscoveryEngine::V1::Interval
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Interval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/common.rb
Overview
A floating point interval.
Instance Attribute Summary collapse
-
#exclusive_maximum ⇒ ::Float
Exclusive upper bound.
-
#exclusive_minimum ⇒ ::Float
Exclusive lower bound.
-
#maximum ⇒ ::Float
Inclusive upper bound.
-
#minimum ⇒ ::Float
Inclusive lower bound.
Instance Attribute Details
#exclusive_maximum ⇒ ::Float
Returns Exclusive upper bound.
Note: The following fields are mutually exclusive: exclusive_maximum
, maximum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
45 46 47 48 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exclusive_minimum ⇒ ::Float
Returns Exclusive lower bound.
Note: The following fields are mutually exclusive: exclusive_minimum
, minimum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
45 46 47 48 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#maximum ⇒ ::Float
Returns Inclusive upper bound.
Note: The following fields are mutually exclusive: maximum
, exclusive_maximum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
45 46 47 48 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimum ⇒ ::Float
Returns Inclusive lower bound.
Note: The following fields are mutually exclusive: minimum
, exclusive_minimum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
45 46 47 48 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 45 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |