Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::Interval.
A floating point interval.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#exclusive_maximum
def exclusive_maximum() -> ::Float
-
(::Float) — 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.
#exclusive_maximum=
def exclusive_maximum=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.
#exclusive_minimum
def exclusive_minimum() -> ::Float
-
(::Float) — 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.
#exclusive_minimum=
def exclusive_minimum=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.
#maximum
def maximum() -> ::Float
-
(::Float) — 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.
#maximum=
def maximum=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.
#minimum
def minimum() -> ::Float
-
(::Float) — 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.
#minimum=
def minimum=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.