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 | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringIdentifier. Unique identifier for an issue. The issue id is generated by the server. Format:  | 
| ↳ title | stringRequired. Issue title. | 
| ↳ body | stringOptional. Issue body. Provides a detailed description of the issue. | 
| ↳ state | intOutput only. State of the issue. | 
| ↳ create_time | Google\Protobuf\TimestampOutput only. Creation timestamp. | 
| ↳ update_time | Google\Protobuf\TimestampOutput only. Last updated timestamp. | 
| ↳ close_time | Google\Protobuf\TimestampOutput only. Close timestamp (if closed). Cleared when is re-opened. | 
| ↳ etag | stringOptional. 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 | Enum of type State. | 
setState
Output only. State of the issue.
| Parameter | |
|---|---|
| Name | Description | 
| var | intEnum of type State. | 
| 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 | |