Google Cloud Api Hub V1 Client - Class Range (0.1.1)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Range.

Object describing where in the file the issue was found.

Generated from protobuf message google.cloud.apihub.v1.Range

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ start Google\Cloud\ApiHub\V1\Point

Required. Start of the issue.

↳ end Google\Cloud\ApiHub\V1\Point

Required. End of the issue.

getStart

Required. Start of the issue.

Returns
Type Description
Google\Cloud\ApiHub\V1\Point|null

hasStart

clearStart

setStart

Required. Start of the issue.

Parameter
Name Description
var Google\Cloud\ApiHub\V1\Point
Returns
Type Description
$this

getEnd

Required. End of the issue.

Returns
Type Description
Google\Cloud\ApiHub\V1\Point|null

hasEnd

clearEnd

setEnd

Required. End of the issue.

Parameter
Name Description
var Google\Cloud\ApiHub\V1\Point
Returns
Type Description
$this