Reference documentation and code samples for the Google Cloud Storage Control V2 Client class FindingSummary.
A summary of findings generated for an organization, a folder, or a project.
Generated from protobuf message google.storage.control.v2.FindingSummary
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
Output only. The type of the finding.
↳ category
int
Output only. The category of finding.
↳ target_resource
string
Output only. The fully qualified Cloud resource name for which this summary was generated. eg: //cloudresourcemanager.googleapis.com/projects/p1
↳ create_time
Google\Protobuf\Timestamp
Output only. The creation time of the earliest finding that this summary is based on.
↳ update_time
Google\Protobuf\Timestamp
Output only. The time of the most recent update among all the findings that this summary is based on.
↳ severity
int
Severity of the finding.
↳ summary_details
getType
Output only. The type of the finding.
setType
Output only. The type of the finding.
$this
getCategory
Output only. The category of finding.
setCategory
Output only. The category of finding.
$this
getTargetResource
Output only. The fully qualified Cloud resource name for which this summary was generated.
eg: //cloudresourcemanager.googleapis.com/projects/p1
string
setTargetResource
Output only. The fully qualified Cloud resource name for which this summary was generated.
eg: //cloudresourcemanager.googleapis.com/projects/p1
var
string
$this
getCreateTime
Output only. The creation time of the earliest finding that this summary is based on.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation time of the earliest finding that this summary is based on.
$this
getUpdateTime
Output only. The time of the most recent update among all the findings that this summary is based on.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time of the most recent update among all the findings that this summary is based on.
$this
getSeverity
Severity of the finding.
setSeverity
Severity of the finding.
$this
getSummaryDetails
Output only. List of SummaryDetails
.
setSummaryDetails
Output only. List of SummaryDetails
.
$this

