Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class DeleteIssueRequest.
The request to delete an issue.
Generated from protobuf message google.cloud.securesourcemanager.v1.DeleteIssueRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the issue to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.
↳ etag
string
Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, deletion will be blocked and an ABORTED error will be returned.
getName
Required. Name of the issue to delete.
The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.
string
setName
Required. Name of the issue to delete.
The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.
var
string
$this
getEtag
Optional. The current etag of the issue.
If the etag is provided and does not match the current etag of the issue, deletion will be blocked and an ABORTED error will be returned.
string
setEtag
Optional. The current etag of the issue.
If the etag is provided and does not match the current etag of the issue, deletion will be blocked and an ABORTED error will be returned.
var
string
$this
static::build
name
string
Required. Name of the issue to delete.
The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
. Please see SecureSourceManagerClient::issueName()
for help formatting this field.

