public static final class VulnerabilityReport.Vulnerability.Item extends com.google.protobuf.GeneratedMessageV3 implements VulnerabilityReport.Vulnerability.ItemOrBuilder
OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.Protobuf type
google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Item| Modifier and Type | Class and Description |
|---|---|
static class |
VulnerabilityReport.Vulnerability.Item.Builder
OS inventory item that is affected by a vulnerability or fixed as a
result of a vulnerability.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE_INVENTORY_ITEM_ID_FIELD_NUMBER |
static int |
FIXED_CPE_URI_FIELD_NUMBER |
static int |
INSTALLED_INVENTORY_ITEM_ID_FIELD_NUMBER |
static int |
UPSTREAM_FIX_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAvailableInventoryItemId()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM.
|
com.google.protobuf.ByteString |
getAvailableInventoryItemIdBytes()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM.
|
static VulnerabilityReport.Vulnerability.Item |
getDefaultInstance() |
VulnerabilityReport.Vulnerability.Item |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFixedCpeUri()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update
that contains a fix for this vulnerability.
|
com.google.protobuf.ByteString |
getFixedCpeUriBytes()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update
that contains a fix for this vulnerability.
|
String |
getInstalledInventoryItemId()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM.
|
com.google.protobuf.ByteString |
getInstalledInventoryItemIdBytes()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM.
|
com.google.protobuf.Parser<VulnerabilityReport.Vulnerability.Item> |
getParserForType() |
int |
getSerializedSize() |
String |
getUpstreamFix()
The upstream OS patch, packages or KB that fixes the vulnerability.
|
com.google.protobuf.ByteString |
getUpstreamFixBytes()
The upstream OS patch, packages or KB that fixes the vulnerability.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VulnerabilityReport.Vulnerability.Item.Builder |
newBuilder() |
static VulnerabilityReport.Vulnerability.Item.Builder |
newBuilder(VulnerabilityReport.Vulnerability.Item prototype) |
VulnerabilityReport.Vulnerability.Item.Builder |
newBuilderForType() |
protected VulnerabilityReport.Vulnerability.Item.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VulnerabilityReport.Vulnerability.Item |
parseDelimitedFrom(InputStream input) |
static VulnerabilityReport.Vulnerability.Item |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(byte[] data) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(ByteBuffer data) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(com.google.protobuf.ByteString data) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(InputStream input) |
static VulnerabilityReport.Vulnerability.Item |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VulnerabilityReport.Vulnerability.Item> |
parser() |
VulnerabilityReport.Vulnerability.Item.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INSTALLED_INVENTORY_ITEM_ID_FIELD_NUMBER
public static final int AVAILABLE_INVENTORY_ITEM_ID_FIELD_NUMBER
public static final int FIXED_CPE_URI_FIELD_NUMBER
public static final int UPSTREAM_FIX_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getInstalledInventoryItemId()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
string installed_inventory_item_id = 1;getInstalledInventoryItemId in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic com.google.protobuf.ByteString getInstalledInventoryItemIdBytes()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
string installed_inventory_item_id = 1;getInstalledInventoryItemIdBytes in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic String getAvailableInventoryItemId()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
string available_inventory_item_id = 2;getAvailableInventoryItemId in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic com.google.protobuf.ByteString getAvailableInventoryItemIdBytes()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
string available_inventory_item_id = 2;getAvailableInventoryItemIdBytes in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic String getFixedCpeUri()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
string fixed_cpe_uri = 3;getFixedCpeUri in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic com.google.protobuf.ByteString getFixedCpeUriBytes()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
string fixed_cpe_uri = 3;getFixedCpeUriBytes in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic String getUpstreamFix()
The upstream OS patch, packages or KB that fixes the vulnerability.
string upstream_fix = 4;getUpstreamFix in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic com.google.protobuf.ByteString getUpstreamFixBytes()
The upstream OS patch, packages or KB that fixes the vulnerability.
string upstream_fix = 4;getUpstreamFixBytes in interface VulnerabilityReport.Vulnerability.ItemOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VulnerabilityReport.Vulnerability.Item parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(InputStream input) throws IOException
IOExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VulnerabilityReport.Vulnerability.Item parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VulnerabilityReport.Vulnerability.Item parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VulnerabilityReport.Vulnerability.Item parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VulnerabilityReport.Vulnerability.Item.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VulnerabilityReport.Vulnerability.Item.Builder newBuilder()
public static VulnerabilityReport.Vulnerability.Item.Builder newBuilder(VulnerabilityReport.Vulnerability.Item prototype)
public VulnerabilityReport.Vulnerability.Item.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VulnerabilityReport.Vulnerability.Item.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VulnerabilityReport.Vulnerability.Item getDefaultInstance()
public static com.google.protobuf.Parser<VulnerabilityReport.Vulnerability.Item> parser()
public com.google.protobuf.Parser<VulnerabilityReport.Vulnerability.Item> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VulnerabilityReport.Vulnerability.Item getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.