Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class CreateIssueRequest.
The request to create an issue.
Generated from protobuf message google.cloud.securesourcemanager.v1.CreateIssueRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
↳ issue
getParent
Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
string
setParent
Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
var
string
$this
getIssue
Required. The issue to create.
hasIssue
clearIssue
setIssue
Required. The issue to create.
$this
static::build
parent
string
Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
Please see SecureSourceManagerClient::repositoryName()
for help formatting this field.
issue

