Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class Issue.
Metadata of an Issue.
Generated from protobuf message google.cloud.securesourcemanager.v1.Issue
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
↳ title
string
Required. Issue title.
↳ body
string
Optional. Issue body. Provides a detailed description of the issue.
↳ state
int
Output only. State of the issue.
↳ create_time
↳ update_time
↳ close_time
↳ etag
string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getName
Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
string
setName
Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
var
string
$this
getTitle
Required. Issue title.
string
setTitle
Required. Issue title.
var
string
$this
getBody
Optional. Issue body. Provides a detailed description of the issue.
string
setBody
Optional. Issue body. Provides a detailed description of the issue.
var
string
$this
getState
Output only. State of the issue.
setState
Output only. State of the issue.
$this
getCreateTime
Output only. Creation timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation timestamp.
$this
getUpdateTime
Output only. Last updated timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last updated timestamp.
$this
getCloseTime
Output only. Close timestamp (if closed). Cleared when is re-opened.
hasCloseTime
clearCloseTime
setCloseTime
Output only. Close timestamp (if closed). Cleared when is re-opened.
$this
getEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this

