- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public interface SecurityBulletinEventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAffectedSupportedMinors(int index)
public abstract String getAffectedSupportedMinors(int index)
The GKE minor versions affected by this vulnerability.
repeated string affected_supported_minors = 7;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The affectedSupportedMinors at the given index. |
getAffectedSupportedMinorsBytes(int index)
public abstract ByteString getAffectedSupportedMinorsBytes(int index)
The GKE minor versions affected by this vulnerability.
repeated string affected_supported_minors = 7;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the affectedSupportedMinors at the given index. |
getAffectedSupportedMinorsCount()
public abstract int getAffectedSupportedMinorsCount()
The GKE minor versions affected by this vulnerability.
repeated string affected_supported_minors = 7;
Type | Description |
int | The count of affectedSupportedMinors. |
getAffectedSupportedMinorsList()
public abstract List<String> getAffectedSupportedMinorsList()
The GKE minor versions affected by this vulnerability.
repeated string affected_supported_minors = 7;
Type | Description |
List<String> | A list containing the affectedSupportedMinors. |
getBriefDescription()
public abstract String getBriefDescription()
A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.
string brief_description = 6;
Type | Description |
String | The briefDescription. |
getBriefDescriptionBytes()
public abstract ByteString getBriefDescriptionBytes()
A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.
string brief_description = 6;
Type | Description |
ByteString | The bytes for briefDescription. |
getBulletinId()
public abstract String getBulletinId()
The ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 2;
Type | Description |
String | The bulletinId. |
getBulletinIdBytes()
public abstract ByteString getBulletinIdBytes()
The ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 2;
Type | Description |
ByteString | The bytes for bulletinId. |
getBulletinUri()
public abstract String getBulletinUri()
The URI link to the bulletin on the website for more information.
string bulletin_uri = 5;
Type | Description |
String | The bulletinUri. |
getBulletinUriBytes()
public abstract ByteString getBulletinUriBytes()
The URI link to the bulletin on the website for more information.
string bulletin_uri = 5;
Type | Description |
ByteString | The bytes for bulletinUri. |
getCveIds(int index)
public abstract String getCveIds(int index)
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The cveIds at the given index. |
getCveIdsBytes(int index)
public abstract ByteString getCveIdsBytes(int index)
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the cveIds at the given index. |
getCveIdsCount()
public abstract int getCveIdsCount()
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Type | Description |
int | The count of cveIds. |
getCveIdsList()
public abstract List<String> getCveIdsList()
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Type | Description |
List<String> | A list containing the cveIds. |
getManualStepsRequired()
public abstract boolean getManualStepsRequired()
If this field is specified, it means there are manual steps that the user must take to make their clusters safe.
bool manual_steps_required = 10;
Type | Description |
boolean | The manualStepsRequired. |
getPatchedVersions(int index)
public abstract String getPatchedVersions(int index)
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The patchedVersions at the given index. |
getPatchedVersionsBytes(int index)
public abstract ByteString getPatchedVersionsBytes(int index)
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the patchedVersions at the given index. |
getPatchedVersionsCount()
public abstract int getPatchedVersionsCount()
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Type | Description |
int | The count of patchedVersions. |
getPatchedVersionsList()
public abstract List<String> getPatchedVersionsList()
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Type | Description |
List<String> | A list containing the patchedVersions. |
getResourceTypeAffected()
public abstract String getResourceTypeAffected()
The resource type (node/control plane) that has the vulnerability. Multiple notifications (1 notification per resource type) will be sent for a vulnerability that affects > 1 resource type.
string resource_type_affected = 1;
Type | Description |
String | The resourceTypeAffected. |
getResourceTypeAffectedBytes()
public abstract ByteString getResourceTypeAffectedBytes()
The resource type (node/control plane) that has the vulnerability. Multiple notifications (1 notification per resource type) will be sent for a vulnerability that affects > 1 resource type.
string resource_type_affected = 1;
Type | Description |
ByteString | The bytes for resourceTypeAffected. |
getSeverity()
public abstract String getSeverity()
The severity of this bulletin as it relates to GKE.
string severity = 4;
Type | Description |
String | The severity. |
getSeverityBytes()
public abstract ByteString getSeverityBytes()
The severity of this bulletin as it relates to GKE.
string severity = 4;
Type | Description |
ByteString | The bytes for severity. |
getSuggestedUpgradeTarget()
public abstract String getSuggestedUpgradeTarget()
This represents a version selected from the patched_versions field that the cluster receiving this notification should most likely want to upgrade to based on its current version. Note that if this notification is being received by a given cluster, it means that this version is currently available as an upgrade target in that cluster's location.
string suggested_upgrade_target = 9;
Type | Description |
String | The suggestedUpgradeTarget. |
getSuggestedUpgradeTargetBytes()
public abstract ByteString getSuggestedUpgradeTargetBytes()
This represents a version selected from the patched_versions field that the cluster receiving this notification should most likely want to upgrade to based on its current version. Note that if this notification is being received by a given cluster, it means that this version is currently available as an upgrade target in that cluster's location.
string suggested_upgrade_target = 9;
Type | Description |
ByteString | The bytes for suggestedUpgradeTarget. |