lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.14.0 vs lib/google/apis/osconfig_v1/representations.rb in google-apis-osconfig_v1-0.15.0
- old
+ new
@@ -524,10 +524,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class VulnerabilityReportVulnerabilityItem
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class WeekDayOfMonth
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1459,10 +1465,12 @@
collection :available_inventory_item_ids, as: 'availableInventoryItemIds'
property :create_time, as: 'createTime'
property :details, as: 'details', class: Google::Apis::OsconfigV1::VulnerabilityReportVulnerabilityDetails, decorator: Google::Apis::OsconfigV1::VulnerabilityReportVulnerabilityDetails::Representation
collection :installed_inventory_item_ids, as: 'installedInventoryItemIds'
+ collection :items, as: 'items', class: Google::Apis::OsconfigV1::VulnerabilityReportVulnerabilityItem, decorator: Google::Apis::OsconfigV1::VulnerabilityReportVulnerabilityItem::Representation
+
property :update_time, as: 'updateTime'
end
end
class VulnerabilityReportVulnerabilityDetails
@@ -1485,13 +1493,24 @@
property :source, as: 'source'
property :url, as: 'url'
end
end
+ class VulnerabilityReportVulnerabilityItem
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :available_inventory_item_id, as: 'availableInventoryItemId'
+ property :fixed_cpe_uri, as: 'fixedCpeUri'
+ property :installed_inventory_item_id, as: 'installedInventoryItemId'
+ property :upstream_fix, as: 'upstreamFix'
+ end
+ end
+
class WeekDayOfMonth
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :day_of_week, as: 'dayOfWeek'
+ property :day_offset, as: 'dayOffset'
property :week_ordinal, as: 'weekOrdinal'
end
end
class WeeklySchedule