- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 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 static final class SecurityBulletinEvent.Builder extends GeneratedMessageV3.Builder<SecurityBulletinEvent.Builder> implements SecurityBulletinEventOrBuilderSecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.
 Protobuf type google.container.v1.SecurityBulletinEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SecurityBulletinEvent.BuilderImplements
SecurityBulletinEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAffectedSupportedMinors(String value)
public SecurityBulletinEvent.Builder addAffectedSupportedMinors(String value)The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Name | Description | 
| value | StringThe affectedSupportedMinors to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addAffectedSupportedMinorsBytes(ByteString value)
public SecurityBulletinEvent.Builder addAffectedSupportedMinorsBytes(ByteString value)The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Name | Description | 
| value | ByteStringThe bytes of the affectedSupportedMinors to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addAllAffectedSupportedMinors(Iterable<String> values)
public SecurityBulletinEvent.Builder addAllAffectedSupportedMinors(Iterable<String> values)The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Name | Description | 
| values | Iterable<String>The affectedSupportedMinors to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addAllCveIds(Iterable<String> values)
public SecurityBulletinEvent.Builder addAllCveIds(Iterable<String> values)The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Name | Description | 
| values | Iterable<String>The cveIds to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addAllPatchedVersions(Iterable<String> values)
public SecurityBulletinEvent.Builder addAllPatchedVersions(Iterable<String> values)The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Name | Description | 
| values | Iterable<String>The patchedVersions to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addCveIds(String value)
public SecurityBulletinEvent.Builder addCveIds(String value)The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Name | Description | 
| value | StringThe cveIds to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addCveIdsBytes(ByteString value)
public SecurityBulletinEvent.Builder addCveIdsBytes(ByteString value)The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Name | Description | 
| value | ByteStringThe bytes of the cveIds to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addPatchedVersions(String value)
public SecurityBulletinEvent.Builder addPatchedVersions(String value)The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Name | Description | 
| value | StringThe patchedVersions to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addPatchedVersionsBytes(ByteString value)
public SecurityBulletinEvent.Builder addPatchedVersionsBytes(ByteString value)The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Name | Description | 
| value | ByteStringThe bytes of the patchedVersions to add.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SecurityBulletinEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
build()
public SecurityBulletinEvent build()| Type | Description | 
| SecurityBulletinEvent | 
buildPartial()
public SecurityBulletinEvent buildPartial()| Type | Description | 
| SecurityBulletinEvent | 
clear()
public SecurityBulletinEvent.Builder clear()| Type | Description | 
| SecurityBulletinEvent.Builder | 
clearAffectedSupportedMinors()
public SecurityBulletinEvent.Builder clearAffectedSupportedMinors()The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearBriefDescription()
public SecurityBulletinEvent.Builder clearBriefDescription()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 | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearBulletinId()
public SecurityBulletinEvent.Builder clearBulletinId()The ID of the bulletin corresponding to the vulnerability.
 string bulletin_id = 2;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearBulletinUri()
public SecurityBulletinEvent.Builder clearBulletinUri()The URI link to the bulletin on the website for more information.
 string bulletin_uri = 5;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearCveIds()
public SecurityBulletinEvent.Builder clearCveIds()The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public SecurityBulletinEvent.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
clearManualStepsRequired()
public SecurityBulletinEvent.Builder clearManualStepsRequired()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 | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public SecurityBulletinEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
clearPatchedVersions()
public SecurityBulletinEvent.Builder clearPatchedVersions()The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearResourceTypeAffected()
public SecurityBulletinEvent.Builder clearResourceTypeAffected()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 | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearSeverity()
public SecurityBulletinEvent.Builder clearSeverity()The severity of this bulletin as it relates to GKE.
 string severity = 4;
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clearSuggestedUpgradeTarget()
public SecurityBulletinEvent.Builder clearSuggestedUpgradeTarget()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 | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
clone()
public SecurityBulletinEvent.Builder clone()| Type | Description | 
| SecurityBulletinEvent.Builder | 
getAffectedSupportedMinors(int index)
public String getAffectedSupportedMinors(int index)The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| 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;
| Type | Description | 
| ProtocolStringList | A list containing the affectedSupportedMinors.  | 
      
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;
| 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;
| Type | Description | 
| ByteString | The bytes for briefDescription.  | 
      
getBulletinId()
public String getBulletinId()The ID of the bulletin corresponding to the vulnerability.
 string bulletin_id = 2;
| Type | Description | 
| String | The bulletinId.  | 
      
getBulletinIdBytes()
public ByteString getBulletinIdBytes()The ID of the bulletin corresponding to the vulnerability.
 string bulletin_id = 2;
| 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;
| 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;
| 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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| Type | Description | 
| int | The count of cveIds.  | 
      
getCveIdsList()
public ProtocolStringList getCveIdsList()The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Type | Description | 
| ProtocolStringList | A list containing the cveIds.  | 
      
getDefaultInstanceForType()
public SecurityBulletinEvent getDefaultInstanceForType()| Type | Description | 
| SecurityBulletinEvent | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
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;
| Type | Description | 
| boolean | The manualStepsRequired.  | 
      
getPatchedVersions(int index)
public String getPatchedVersions(int index)The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| Type | Description | 
| int | The count of patchedVersions.  | 
      
getPatchedVersionsList()
public ProtocolStringList getPatchedVersionsList()The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Type | Description | 
| ProtocolStringList | A list containing the patchedVersions.  | 
      
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;
| 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;
| Type | Description | 
| ByteString | The bytes for resourceTypeAffected.  | 
      
getSeverity()
public String getSeverity()The severity of this bulletin as it relates to GKE.
 string severity = 4;
| Type | Description | 
| String | The severity.  | 
      
getSeverityBytes()
public ByteString getSeverityBytes()The severity of this bulletin as it relates to GKE.
 string severity = 4;
| Type | Description | 
| ByteString | The bytes for severity.  | 
      
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;
| 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;
| Type | Description | 
| ByteString | The bytes for suggestedUpgradeTarget.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(SecurityBulletinEvent other)
public SecurityBulletinEvent.Builder mergeFrom(SecurityBulletinEvent other)| Name | Description | 
| other | SecurityBulletinEvent | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecurityBulletinEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public SecurityBulletinEvent.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SecurityBulletinEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
setAffectedSupportedMinors(int index, String value)
public SecurityBulletinEvent.Builder setAffectedSupportedMinors(int index, String value)The GKE minor versions affected by this vulnerability.
 repeated string affected_supported_minors = 7;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe affectedSupportedMinors to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBriefDescription(String value)
public SecurityBulletinEvent.Builder setBriefDescription(String value)A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.
 string brief_description = 6;
| Name | Description | 
| value | StringThe briefDescription to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBriefDescriptionBytes(ByteString value)
public SecurityBulletinEvent.Builder setBriefDescriptionBytes(ByteString value)A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.
 string brief_description = 6;
| Name | Description | 
| value | ByteStringThe bytes for briefDescription to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBulletinId(String value)
public SecurityBulletinEvent.Builder setBulletinId(String value)The ID of the bulletin corresponding to the vulnerability.
 string bulletin_id = 2;
| Name | Description | 
| value | StringThe bulletinId to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBulletinIdBytes(ByteString value)
public SecurityBulletinEvent.Builder setBulletinIdBytes(ByteString value)The ID of the bulletin corresponding to the vulnerability.
 string bulletin_id = 2;
| Name | Description | 
| value | ByteStringThe bytes for bulletinId to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBulletinUri(String value)
public SecurityBulletinEvent.Builder setBulletinUri(String value)The URI link to the bulletin on the website for more information.
 string bulletin_uri = 5;
| Name | Description | 
| value | StringThe bulletinUri to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setBulletinUriBytes(ByteString value)
public SecurityBulletinEvent.Builder setBulletinUriBytes(ByteString value)The URI link to the bulletin on the website for more information.
 string bulletin_uri = 5;
| Name | Description | 
| value | ByteStringThe bytes for bulletinUri to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setCveIds(int index, String value)
public SecurityBulletinEvent.Builder setCveIds(int index, String value)The CVEs associated with this bulletin.
 repeated string cve_ids = 3;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe cveIds to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public SecurityBulletinEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
setManualStepsRequired(boolean value)
public SecurityBulletinEvent.Builder setManualStepsRequired(boolean value)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;
| Name | Description | 
| value | booleanThe manualStepsRequired to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setPatchedVersions(int index, String value)
public SecurityBulletinEvent.Builder setPatchedVersions(int index, String value)The GKE versions where this vulnerability is patched.
 repeated string patched_versions = 8;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe patchedVersions to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SecurityBulletinEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | 
setResourceTypeAffected(String value)
public SecurityBulletinEvent.Builder setResourceTypeAffected(String value)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;
| Name | Description | 
| value | StringThe resourceTypeAffected to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setResourceTypeAffectedBytes(ByteString value)
public SecurityBulletinEvent.Builder setResourceTypeAffectedBytes(ByteString value)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;
| Name | Description | 
| value | ByteStringThe bytes for resourceTypeAffected to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setSeverity(String value)
public SecurityBulletinEvent.Builder setSeverity(String value)The severity of this bulletin as it relates to GKE.
 string severity = 4;
| Name | Description | 
| value | StringThe severity to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setSeverityBytes(ByteString value)
public SecurityBulletinEvent.Builder setSeverityBytes(ByteString value)The severity of this bulletin as it relates to GKE.
 string severity = 4;
| Name | Description | 
| value | ByteStringThe bytes for severity to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setSuggestedUpgradeTarget(String value)
public SecurityBulletinEvent.Builder setSuggestedUpgradeTarget(String value)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;
| Name | Description | 
| value | StringThe suggestedUpgradeTarget to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setSuggestedUpgradeTargetBytes(ByteString value)
public SecurityBulletinEvent.Builder setSuggestedUpgradeTargetBytes(ByteString value)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;
| Name | Description | 
| value | ByteStringThe bytes for suggestedUpgradeTarget to set.  | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final SecurityBulletinEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| SecurityBulletinEvent.Builder |