public final class SecurityBulletinEvent extends GeneratedMessageV3 implements SecurityBulletinEventOrBuilder
SecurityBulletinEvent is a notification sent to customers when a security
bulletin has been posted that they are vulnerable to.
Protobuf type google.container.v1beta1.SecurityBulletinEvent
Static Fields
AFFECTED_SUPPORTED_MINORS_FIELD_NUMBER
public static final int AFFECTED_SUPPORTED_MINORS_FIELD_NUMBER
Field Value
BRIEF_DESCRIPTION_FIELD_NUMBER
public static final int BRIEF_DESCRIPTION_FIELD_NUMBER
Field Value
BULLETIN_ID_FIELD_NUMBER
public static final int BULLETIN_ID_FIELD_NUMBER
Field Value
BULLETIN_URI_FIELD_NUMBER
public static final int BULLETIN_URI_FIELD_NUMBER
Field Value
CVE_IDS_FIELD_NUMBER
public static final int CVE_IDS_FIELD_NUMBER
Field Value
MANUAL_STEPS_REQUIRED_FIELD_NUMBER
public static final int MANUAL_STEPS_REQUIRED_FIELD_NUMBER
Field Value
PATCHED_VERSIONS_FIELD_NUMBER
public static final int PATCHED_VERSIONS_FIELD_NUMBER
Field Value
RESOURCE_TYPE_AFFECTED_FIELD_NUMBER
public static final int RESOURCE_TYPE_AFFECTED_FIELD_NUMBER
Field Value
SEVERITY_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
Field Value
SUGGESTED_UPGRADE_TARGET_FIELD_NUMBER
public static final int SUGGESTED_UPGRADE_TARGET_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SecurityBulletinEvent getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SecurityBulletinEvent.Builder newBuilder()
Returns
newBuilder(SecurityBulletinEvent prototype)
public static SecurityBulletinEvent.Builder newBuilder(SecurityBulletinEvent prototype)
Parameter
Returns
public static SecurityBulletinEvent parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SecurityBulletinEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SecurityBulletinEvent parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecurityBulletinEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SecurityBulletinEvent parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityBulletinEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SecurityBulletinEvent parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SecurityBulletinEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SecurityBulletinEvent parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SecurityBulletinEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SecurityBulletinEvent parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecurityBulletinEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SecurityBulletinEvent> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAffectedSupportedMinors(int index)
public 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 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 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 ProtocolStringList getAffectedSupportedMinorsList()
The GKE minor versions affected by this vulnerability.
repeated string affected_supported_minors = 7;
Returns
getBriefDescription()
public 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 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 String getBulletinId()
The ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 2;
Returns
Type | Description |
String | The bulletinId.
|
getBulletinIdBytes()
public 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 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 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 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 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 int getCveIdsCount()
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Returns
Type | Description |
int | The count of cveIds.
|
getCveIdsList()
public ProtocolStringList getCveIdsList()
The CVEs associated with this bulletin.
repeated string cve_ids = 3;
Returns
getDefaultInstanceForType()
public SecurityBulletinEvent getDefaultInstanceForType()
Returns
getManualStepsRequired()
public 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.
|
getParserForType()
public Parser<SecurityBulletinEvent> getParserForType()
Returns
Overrides
getPatchedVersions(int index)
public 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 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.
|
getPatchedVersionsCount()
public int getPatchedVersionsCount()
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Returns
Type | Description |
int | The count of patchedVersions.
|
getPatchedVersionsList()
public ProtocolStringList getPatchedVersionsList()
The GKE versions where this vulnerability is patched.
repeated string patched_versions = 8;
Returns
getResourceTypeAffected()
public 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;
Returns
Type | Description |
String | The resourceTypeAffected.
|
getResourceTypeAffectedBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for resourceTypeAffected.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSeverity()
public String getSeverity()
The severity of this bulletin as it relates to GKE.
string severity = 4;
Returns
Type | Description |
String | The severity.
|
getSeverityBytes()
public ByteString getSeverityBytes()
The severity of this bulletin as it relates to GKE.
string severity = 4;
Returns
getSuggestedUpgradeTarget()
public 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;
Returns
Type | Description |
String | The suggestedUpgradeTarget.
|
getSuggestedUpgradeTargetBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for suggestedUpgradeTarget.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SecurityBulletinEvent.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecurityBulletinEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SecurityBulletinEvent.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions