public interface SecurityBulletinOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBulletinId()
ID of the bulletin corresponding to the vulnerability.
|
com.google.protobuf.ByteString |
getBulletinIdBytes()
ID of the bulletin corresponding to the vulnerability.
|
com.google.protobuf.Timestamp |
getSubmissionTime()
Submission time of this Security Bulletin.
|
com.google.protobuf.TimestampOrBuilder |
getSubmissionTimeOrBuilder()
Submission time of this Security Bulletin.
|
String |
getSuggestedUpgradeVersion()
This represents a version that the cluster receiving this notification
should be upgraded to, based on its current version.
|
com.google.protobuf.ByteString |
getSuggestedUpgradeVersionBytes()
This represents a version that the cluster receiving this notification
should be upgraded to, based on its current version.
|
boolean |
hasSubmissionTime()
Submission time of this Security Bulletin.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBulletinId()
ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 1;com.google.protobuf.ByteString getBulletinIdBytes()
ID of the bulletin corresponding to the vulnerability.
string bulletin_id = 1;boolean hasSubmissionTime()
Submission time of this Security Bulletin.
.google.protobuf.Timestamp submission_time = 2;com.google.protobuf.Timestamp getSubmissionTime()
Submission time of this Security Bulletin.
.google.protobuf.Timestamp submission_time = 2;com.google.protobuf.TimestampOrBuilder getSubmissionTimeOrBuilder()
Submission time of this Security Bulletin.
.google.protobuf.Timestamp submission_time = 2;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.