Google Cloud Security Command Center V1 Client - Class Position (1.30.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Position.

A position in the uploaded text version of a module.

Generated from protobuf message google.cloud.securitycenter.v1.Position

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ line_number int
↳ column_number int

getLineNumber

Generated from protobuf field int32 line_number = 1;

Returns
Type Description
int

setLineNumber

Generated from protobuf field int32 line_number = 1;

Parameter
Name Description
var int
Returns
Type Description
$this

getColumnNumber

Generated from protobuf field int32 column_number = 2;

Returns
Type Description
int

setColumnNumber

Generated from protobuf field int32 column_number = 2;

Parameter
Name Description
var int
Returns
Type Description
$this