public static interface VulnerabilityReport.VulnerabilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailableInventoryItemIds(int index)
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.available_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=120
|
com.google.protobuf.ByteString |
getAvailableInventoryItemIdsBytes(int index)
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.available_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=120
|
int |
getAvailableInventoryItemIdsCount()
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.available_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=120
|
List<String> |
getAvailableInventoryItemIdsList()
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.available_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=120
|
com.google.protobuf.Timestamp |
getCreateTime()
The timestamp for when the vulnerability was first detected.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The timestamp for when the vulnerability was first detected.
|
VulnerabilityReport.Vulnerability.Details |
getDetails()
Contains metadata as per the upstream feed of the operating system and
NVD.
|
VulnerabilityReport.Vulnerability.DetailsOrBuilder |
getDetailsOrBuilder()
Contains metadata as per the upstream feed of the operating system and
NVD.
|
String |
getInstalledInventoryItemIds(int index)
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.installed_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=112
|
com.google.protobuf.ByteString |
getInstalledInventoryItemIdsBytes(int index)
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.installed_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=112
|
int |
getInstalledInventoryItemIdsCount()
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.installed_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=112
|
List<String> |
getInstalledInventoryItemIdsList()
Deprecated.
google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.installed_inventory_item_ids
is deprecated. See google/cloud/osconfig/v1/vulnerability.proto;l=112
|
VulnerabilityReport.Vulnerability.Item |
getItems(int index)
List of items affected by the vulnerability.
|
int |
getItemsCount()
List of items affected by the vulnerability.
|
List<VulnerabilityReport.Vulnerability.Item> |
getItemsList()
List of items affected by the vulnerability.
|
VulnerabilityReport.Vulnerability.ItemOrBuilder |
getItemsOrBuilder(int index)
List of items affected by the vulnerability.
|
List<? extends VulnerabilityReport.Vulnerability.ItemOrBuilder> |
getItemsOrBuilderList()
List of items affected by the vulnerability.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The timestamp for when the vulnerability was last modified.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The timestamp for when the vulnerability was last modified.
|
boolean |
hasCreateTime()
The timestamp for when the vulnerability was first detected.
|
boolean |
hasDetails()
Contains metadata as per the upstream feed of the operating system and
NVD.
|
boolean |
hasUpdateTime()
The timestamp for when the vulnerability was last modified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDetails()
Contains metadata as per the upstream feed of the operating system and NVD.
.google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details details = 1;VulnerabilityReport.Vulnerability.Details getDetails()
Contains metadata as per the upstream feed of the operating system and NVD.
.google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details details = 1;VulnerabilityReport.Vulnerability.DetailsOrBuilder getDetailsOrBuilder()
Contains metadata as per the upstream feed of the operating system and NVD.
.google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details details = 1;@Deprecated List<String> getInstalledInventoryItemIdsList()
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 distros, this field may be empty.
repeated string installed_inventory_item_ids = 2 [deprecated = true];@Deprecated int getInstalledInventoryItemIdsCount()
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 distros, this field may be empty.
repeated string installed_inventory_item_ids = 2 [deprecated = true];@Deprecated String getInstalledInventoryItemIds(int index)
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 distros, this field may be empty.
repeated string installed_inventory_item_ids = 2 [deprecated = true];index - The index of the element to return.@Deprecated com.google.protobuf.ByteString getInstalledInventoryItemIdsBytes(int index)
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 distros, this field may be empty.
repeated string installed_inventory_item_ids = 2 [deprecated = true];index - The index of the value to return.@Deprecated List<String> getAvailableInventoryItemIdsList()
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.
repeated string available_inventory_item_ids = 3 [deprecated = true];@Deprecated int getAvailableInventoryItemIdsCount()
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.
repeated string available_inventory_item_ids = 3 [deprecated = true];@Deprecated String getAvailableInventoryItemIds(int index)
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.
repeated string available_inventory_item_ids = 3 [deprecated = true];index - The index of the element to return.@Deprecated com.google.protobuf.ByteString getAvailableInventoryItemIdsBytes(int index)
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.
repeated string available_inventory_item_ids = 3 [deprecated = true];index - The index of the value to return.boolean hasCreateTime()
The timestamp for when the vulnerability was first detected.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp getCreateTime()
The timestamp for when the vulnerability was first detected.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp for when the vulnerability was first detected.
.google.protobuf.Timestamp create_time = 4;boolean hasUpdateTime()
The timestamp for when the vulnerability was last modified.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.Timestamp getUpdateTime()
The timestamp for when the vulnerability was last modified.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The timestamp for when the vulnerability was last modified.
.google.protobuf.Timestamp update_time = 5;List<VulnerabilityReport.Vulnerability.Item> getItemsList()
List of items affected by the vulnerability.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Item items = 6;
VulnerabilityReport.Vulnerability.Item getItems(int index)
List of items affected by the vulnerability.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Item items = 6;
int getItemsCount()
List of items affected by the vulnerability.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Item items = 6;
List<? extends VulnerabilityReport.Vulnerability.ItemOrBuilder> getItemsOrBuilderList()
List of items affected by the vulnerability.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Item items = 6;
VulnerabilityReport.Vulnerability.ItemOrBuilder getItemsOrBuilder(int index)
List of items affected by the vulnerability.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Item items = 6;
Copyright © 2024 Google LLC. All rights reserved.