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.
Parameters | |
---|---|
Name | Description |
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: |
↳ 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 |
Google\Protobuf\Timestamp
Output only. Creation timestamp. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Last updated timestamp. |
↳ close_time |
Google\Protobuf\Timestamp
Output only. Close timestamp (if closed). Cleared when is re-opened. |
↳ 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}
Returns | |
---|---|
Type | Description |
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTitle
Required. Issue title.
Returns | |
---|---|
Type | Description |
string |
setTitle
Required. Issue title.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBody
Optional. Issue body. Provides a detailed description of the issue.
Returns | |
---|---|
Type | Description |
string |
setBody
Optional. Issue body. Provides a detailed description of the issue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. State of the issue.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. State of the issue.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Creation timestamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. Last updated timestamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last updated timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCloseTime
Output only. Close timestamp (if closed). Cleared when is re-opened.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCloseTime
clearCloseTime
setCloseTime
Output only. Close timestamp (if closed). Cleared when is re-opened.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |