Google Cloud Security Command Center V2 Client - Class TicketInfo (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class TicketInfo.

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.

Generated from protobuf message google.cloud.securitycenter.v2.ExternalSystem.TicketInfo

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ ExternalSystem

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ id string

The identifier of the ticket in the ticket system.

↳ assignee string

The assignee of the ticket in the ticket system.

↳ description string

The description of the ticket in the ticket system.

↳ uri string

The link to the ticket in the ticket system.

↳ status string

The latest status of the ticket, as reported by the ticket system.

↳ update_time Google\Protobuf\Timestamp

The time when the ticket was last updated, as reported by the ticket system.

getId

The identifier of the ticket in the ticket system.

Returns
Type Description
string

setId

The identifier of the ticket in the ticket system.

Parameter
Name Description
var string
Returns
Type Description
$this

getAssignee

The assignee of the ticket in the ticket system.

Returns
Type Description
string

setAssignee

The assignee of the ticket in the ticket system.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

The description of the ticket in the ticket system.

Returns
Type Description
string

setDescription

The description of the ticket in the ticket system.

Parameter
Name Description
var string
Returns
Type Description
$this

getUri

The link to the ticket in the ticket system.

Returns
Type Description
string

setUri

The link to the ticket in the ticket system.

Parameter
Name Description
var string
Returns
Type Description
$this

getStatus

The latest status of the ticket, as reported by the ticket system.

Returns
Type Description
string

setStatus

The latest status of the ticket, as reported by the ticket system.

Parameter
Name Description
var string
Returns
Type Description
$this

getUpdateTime

The time when the ticket was last updated, as reported by the ticket system.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The time when the ticket was last updated, as reported by the ticket system.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this