Google Cloud Gke Recommender V1 Client - Class MillisecondRange (0.1.0)

Reference documentation and code samples for the Google Cloud Gke Recommender V1 Client class MillisecondRange.

Represents a range of latency values in milliseconds.

Generated from protobuf message google.cloud.gkerecommender.v1.MillisecondRange

Namespace

Google \ Cloud \ GkeRecommender \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ min int

Output only. The minimum value of the range.

↳ max int

Output only. The maximum value of the range.

getMin

Output only. The minimum value of the range.

Returns
Type Description
int

setMin

Output only. The minimum value of the range.

Parameter
Name Description
var int
Returns
Type Description
$this

getMax

Output only. The maximum value of the range.

Returns
Type Description
int

setMax

Output only. The maximum value of the range.

Parameter
Name Description
var int
Returns
Type Description
$this