Google Cloud Security Center Management V1 Client - Class Position (1.1.1)

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

A position in the uploaded text version of a module.

Generated from protobuf message google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1 \ ValidateEventThreatDetectionCustomModuleResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ line_number int

The line position in the text.

↳ column_number int

The column position in the line.

getLineNumber

The line position in the text.

Returns
Type Description
int

setLineNumber

The line position in the text.

Parameter
Name Description
var int
Returns
Type Description
$this

getColumnNumber

The column position in the line.

Returns
Type Description
int

setColumnNumber

The column position in the line.

Parameter
Name Description
var int
Returns
Type Description
$this