Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class EvidenceDetails.
The evidence details for a finding.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.EvidenceDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource |
string
Output only. The resource identifier. |
↳ service |
string
Output only. The service identifier. |
↳ evidence_path |
string
Output only. The path to the evidence. |
getResource
Output only. The resource identifier.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResource
Output only. The resource identifier.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getService
Output only. The service identifier.
| Returns | |
|---|---|
| Type | Description |
string |
|
setService
Output only. The service identifier.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEvidencePath
Output only. The path to the evidence.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEvidencePath
Output only. The path to the evidence.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|