google-apis-containeranalysis_v1alpha1 0.89.0 → 0.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ca7c1e34881f8caee85afcec1f13a5f85264b1da71c734fc8572da3828f4507
4
- data.tar.gz: 85286a28a334671167d6a1835115c86f8a43ba2bfa5f0c99872ea41e3194bebb
3
+ metadata.gz: '019768a1e29a533de083252a08d56bee89f219975f8ea795f91d04a97fc9410d'
4
+ data.tar.gz: f457d4895e032eb8d3bf8ea423ad3903879287766c969e47ed321daa932b2f3b
5
5
  SHA512:
6
- metadata.gz: 4d6a3c65d910af69cdcdb3bc7b02c33030aadb3b9a5e37631dd0425419125fec3357ec8853ce08e83d3702259f71a65607018897d2dcd07d8872480b2b3f1c4b
7
- data.tar.gz: 978306d65792bd1b5eea6d6889e81514fc7cb2d8b7963796b6a2d7c9dc5c3da1e356305486c1b7bb763ee1414d08d00f6d66dd522a94e8e032a02a438d31ca05
6
+ metadata.gz: 3b094e022961f50fc8d1dc8db5245442a34e864cf69bf5c6f7b3fc31799cabc3c70693a250e49d4ce141d9f69b0c9e2e49f951bcb5775c333fba8f9ba86b0d94
7
+ data.tar.gz: 297835f9b613db36bdf6b3b06474dbca7b6c74df60b08955a8141b52a6a51aef930efb58ba25687587556d274bdd24baafcc335bdd412714496eccae7bfbe94d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.90.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260819
6
+
3
7
  ### v0.89.0 (2026-08-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20260812
@@ -5721,6 +5721,11 @@ module Google
5721
5721
  # @return [String]
5722
5722
  attr_accessor :max_severity
5723
5723
 
5724
+ # Optional. The base name of the model that performed the scan.
5725
+ # Corresponds to the JSON property `modelId`
5726
+ # @return [String]
5727
+ attr_accessor :model_id
5728
+
5724
5729
  # Output only. State of the scan.
5725
5730
  # Corresponds to the JSON property `scanState`
5726
5731
  # @return [String]
@@ -5733,6 +5738,7 @@ module Google
5733
5738
  # Update properties of this object
5734
5739
  def update!(**args)
5735
5740
  @max_severity = args[:max_severity] if args.key?(:max_severity)
5741
+ @model_id = args[:model_id] if args.key?(:model_id)
5736
5742
  @scan_state = args[:scan_state] if args.key?(:scan_state)
5737
5743
  end
5738
5744
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.89.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260812"
25
+ REVISION = "20260819"
26
26
  end
27
27
  end
28
28
  end
@@ -2753,6 +2753,7 @@ module Google
2753
2753
  # @private
2754
2754
  class Representation < Google::Apis::Core::JsonRepresentation
2755
2755
  property :max_severity, as: 'maxSeverity'
2756
+ property :model_id, as: 'modelId'
2756
2757
  property :scan_state, as: 'scanState'
2757
2758
  end
2758
2759
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.0
4
+ version: 0.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.90.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: