- 2.52.0 (latest)
- 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;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String | The bulletinId. |
getBulletinIdBytes()
public abstract ByteString getBulletinIdBytes()
The ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 2;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
int | The count of cveIds. |
getCveIdsList()
public abstract List<String> getCveIdsList()
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the patchedVersions at the given index. |