Reference documentation and code samples for the Google Cloud Optimization V1 Client class CapacityQuantityInterval.
Deprecated: Use Vehicle.LoadLimit.Interval instead.
Generated from protobuf message google.cloud.optimization.v1.CapacityQuantityInterval
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
string
|
↳ min_value |
int|string
|
↳ max_value |
int|string
|
getType
Generated from protobuf field string type = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setType
Generated from protobuf field string type = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMinValue
Generated from protobuf field optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasMinValue
clearMinValue
setMinValue
Generated from protobuf field optional int64 min_value = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxValue
Generated from protobuf field optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasMaxValue
clearMaxValue
setMaxValue
Generated from protobuf field optional int64 max_value = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|