Reference documentation and code samples for the Google Cloud Network Services V1 Client class IntegerRange.
Represents an integer value range.
Generated from protobuf message google.cloud.networkservices.v1.HttpRoute.HeaderMatch.IntegerRange
Namespace
Google \ Cloud \ NetworkServices \ V1 \ HttpRoute \ HeaderMatchMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start |
int
Start of the range (inclusive) |
↳ end |
int
End of the range (exclusive) |
getStart
Start of the range (inclusive)
Returns | |
---|---|
Type | Description |
int |
setStart
Start of the range (inclusive)
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getEnd
End of the range (exclusive)
Returns | |
---|---|
Type | Description |
int |
setEnd
End of the range (exclusive)
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |