Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class SecurityBulletin.
SecurityBulletin are notifications of vulnerabilities of Google products.
Generated from protobuf message google.cloud.securitycenter.v1.SecurityBulletin
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bulletin_id |
string
ID of the bulletin corresponding to the vulnerability. |
↳ submission_time |
Google\Protobuf\Timestamp
Submission time of this Security Bulletin. |
↳ suggested_upgrade_version |
string
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0 |
getBulletinId
ID of the bulletin corresponding to the vulnerability.
Returns | |
---|---|
Type | Description |
string |
setBulletinId
ID of the bulletin corresponding to the vulnerability.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSubmissionTime
Submission time of this Security Bulletin.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasSubmissionTime
clearSubmissionTime
setSubmissionTime
Submission time of this Security Bulletin.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSuggestedUpgradeVersion
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0
Returns | |
---|---|
Type | Description |
string |
setSuggestedUpgradeVersion
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |