Reference documentation and code samples for the Google Cloud Retail V2 Client class Interval.
A floating point interval.
Generated from protobuf message google.cloud.retail.v2.Interval
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ minimum
float
Inclusive lower bound.
↳ exclusive_minimum
float
Exclusive lower bound.
↳ maximum
float
Inclusive upper bound.
↳ exclusive_maximum
float
Exclusive upper bound.
getMinimum
Inclusive lower bound.
float
hasMinimum
setMinimum
Inclusive lower bound.
var
float
$this
getExclusiveMinimum
Exclusive lower bound.
float
hasExclusiveMinimum
setExclusiveMinimum
Exclusive lower bound.
var
float
$this
getMaximum
Inclusive upper bound.
float
hasMaximum
setMaximum
Inclusive upper bound.
var
float
$this
getExclusiveMaximum
Exclusive upper bound.
float
hasExclusiveMaximum
setExclusiveMaximum
Exclusive upper bound.
var
float
$this
getMin
string
getMax
string