Interface SecurityBulletinOrBuilder (2.49.0)

public interface SecurityBulletinOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBulletinId()

public abstract String getBulletinId()

ID of the bulletin corresponding to the vulnerability.

string bulletin_id = 1;

Returns
TypeDescription
String

The bulletinId.

getBulletinIdBytes()

public abstract ByteString getBulletinIdBytes()

ID of the bulletin corresponding to the vulnerability.

string bulletin_id = 1;

Returns
TypeDescription
ByteString

The bytes for bulletinId.

getSubmissionTime()

public abstract Timestamp getSubmissionTime()

Submission time of this Security Bulletin.

.google.protobuf.Timestamp submission_time = 2;

Returns
TypeDescription
Timestamp

The submissionTime.

getSubmissionTimeOrBuilder()

public abstract TimestampOrBuilder getSubmissionTimeOrBuilder()

Submission time of this Security Bulletin.

.google.protobuf.Timestamp submission_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getSuggestedUpgradeVersion()

public abstract String 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

string suggested_upgrade_version = 3;

Returns
TypeDescription
String

The suggestedUpgradeVersion.

getSuggestedUpgradeVersionBytes()

public abstract ByteString getSuggestedUpgradeVersionBytes()

This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0

string suggested_upgrade_version = 3;

Returns
TypeDescription
ByteString

The bytes for suggestedUpgradeVersion.

hasSubmissionTime()

public abstract boolean hasSubmissionTime()

Submission time of this Security Bulletin.

.google.protobuf.Timestamp submission_time = 2;

Returns
TypeDescription
boolean

Whether the submissionTime field is set.