Google Cloud Secure Source Manager V1 Client - Class UpdateIssueRequest (1.6.3)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class UpdateIssueRequest.

The request to update an issue.

Generated from protobuf messagegoogle.cloud.securesourcemanager.v1.UpdateIssueRequest

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ issueIssue

Required. The issue to update.

↳ update_maskGoogle\Protobuf\FieldMask

Optional. Field mask is used to specify the fields to be overwritten in the issue resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.

getIssue

Required. The issue to update.

Returns
TypeDescription
Issue|null

hasIssue

clearIssue

setIssue

Required. The issue to update.

Parameter
NameDescription
varIssue
Returns
TypeDescription
$this

getUpdateMask

Optional. Field mask is used to specify the fields to be overwritten in theissue resource by the update.

The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask.The special value "*" means full replacement.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Field mask is used to specify the fields to be overwritten in theissue resource by the update.

The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask.The special value "*" means full replacement.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
issueIssue

Required. The issue to update.

updateMaskGoogle\Protobuf\FieldMask

Optional. Field mask is used to specify the fields to be overwritten in theissue resource by the update.The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask.The special value "*" means full replacement.

Returns
TypeDescription
UpdateIssueRequest

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.