google-apis-containeranalysis_v1alpha1 0.64.0 → 0.66.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: 70031b2314e36c5a1b84d69ea0afea919ef004d157076989572e70543d87fe45
4
- data.tar.gz: ce98c70051935b1bd691c2e61e8ad2c88742ded550cb81384baed5ee51806ed2
3
+ metadata.gz: 8073b807ef7ac5fb3ce2453c4f7537dc2732c560b80b8f2a7b6c043aaf6d622a
4
+ data.tar.gz: 847cb46e046fb0ed09c547eaf537888a2437562bf5830c6f007745a18d67d05b
5
5
  SHA512:
6
- metadata.gz: bb79948955e624a75db49d2ce4af603dc6caae4afaeb6b435e93148770c0277a40e77147e06e21da7373924f1fe2b62005d171f686eda3694e81422558837990
7
- data.tar.gz: 7f297de95b0949d18a5adf2b758677b079e52b0de37fd45326f8bd9f19d9894cbdc47c19011f2c2495f6a457a95c543da82e81cdae26f45928593c19fc870a6f
6
+ metadata.gz: 601df4153ffbf49b0ede75b3d5943c4f1ca448ca83be7b0c6e25dbe662143d5d9f89b6339512f3905464a912392661b9dc09a2024a39b046d86b5c14475b9bae
7
+ data.tar.gz: 2ea1a7302700e92a92629cce1d7d9da09cc0827819b701de64d35bfc73f4b7b273178eda457982a1bde1806b686685f13c7568e49c27be3edb4fd09fa443c904
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.66.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240704
6
+
7
+ ### v0.65.0 (2024-06-27)
8
+
9
+ * Regenerated from discovery document revision 20240625
10
+
3
11
  ### v0.64.0 (2024-06-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20240524
@@ -2216,40 +2216,6 @@ module Google
2216
2216
  end
2217
2217
  end
2218
2218
 
2219
- # Represents a storage location in Cloud Storage
2220
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
2221
- include Google::Apis::Core::Hashable
2222
-
2223
- # Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#
2224
- # requirements
2225
- # Corresponds to the JSON property `bucket`
2226
- # @return [String]
2227
- attr_accessor :bucket
2228
-
2229
- # Cloud Storage generation for the object. If the generation is omitted, the
2230
- # latest generation will be used.
2231
- # Corresponds to the JSON property `generation`
2232
- # @return [Fixnum]
2233
- attr_accessor :generation
2234
-
2235
- # Cloud Storage object. See https://cloud.google.com/storage/docs/naming#
2236
- # objectnames
2237
- # Corresponds to the JSON property `object`
2238
- # @return [String]
2239
- attr_accessor :object
2240
-
2241
- def initialize(**args)
2242
- update!(**args)
2243
- end
2244
-
2245
- # Update properties of this object
2246
- def update!(**args)
2247
- @bucket = args[:bucket] if args.key?(:bucket)
2248
- @generation = args[:generation] if args.key?(:generation)
2249
- @object = args[:object] if args.key?(:object)
2250
- end
2251
- end
2252
-
2253
2219
  # GitConfig is a configuration for git operations.
2254
2220
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
2255
2221
  include Google::Apis::Core::Hashable
@@ -2273,17 +2239,14 @@ module Google
2273
2239
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
2274
2240
  include Google::Apis::Core::Hashable
2275
2241
 
2276
- # SecretVersion resource of the HTTP proxy URL. The proxy URL should be in
2277
- # format protocol://@]proxyhost[:port].
2242
+ # SecretVersion resource of the HTTP proxy URL. The Service Account used in the
2243
+ # build (either the default Service Account or user-specified Service Account)
2244
+ # should have `secretmanager.versions.access` permissions on this secret. The
2245
+ # proxy URL should be in format `protocol://@]proxyhost[:port]`.
2278
2246
  # Corresponds to the JSON property `proxySecretVersionName`
2279
2247
  # @return [String]
2280
2248
  attr_accessor :proxy_secret_version_name
2281
2249
 
2282
- # Represents a storage location in Cloud Storage
2283
- # Corresponds to the JSON property `proxySslCaInfo`
2284
- # @return [Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation]
2285
- attr_accessor :proxy_ssl_ca_info
2286
-
2287
2250
  def initialize(**args)
2288
2251
  update!(**args)
2289
2252
  end
@@ -2291,7 +2254,6 @@ module Google
2291
2254
  # Update properties of this object
2292
2255
  def update!(**args)
2293
2256
  @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name)
2294
- @proxy_ssl_ca_info = args[:proxy_ssl_ca_info] if args.key?(:proxy_ssl_ca_info)
2295
2257
  end
2296
2258
  end
2297
2259
 
@@ -3356,6 +3318,11 @@ module Google
3356
3318
  # @return [Google::Apis::ContaineranalysisV1alpha1::SbomStatus]
3357
3319
  attr_accessor :sbom_status
3358
3320
 
3321
+ # The status of a vulnerability attestation generation.
3322
+ # Corresponds to the JSON property `vulnerabilityAttestation`
3323
+ # @return [Google::Apis::ContaineranalysisV1alpha1::VulnerabilityAttestation]
3324
+ attr_accessor :vulnerability_attestation
3325
+
3359
3326
  def initialize(**args)
3360
3327
  update!(**args)
3361
3328
  end
@@ -3372,6 +3339,7 @@ module Google
3372
3339
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3373
3340
  @operation = args[:operation] if args.key?(:operation)
3374
3341
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
3342
+ @vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
3375
3343
  end
3376
3344
  end
3377
3345
 
@@ -7505,6 +7473,38 @@ module Google
7505
7473
  end
7506
7474
  end
7507
7475
 
7476
+ # The status of a vulnerability attestation generation.
7477
+ class VulnerabilityAttestation
7478
+ include Google::Apis::Core::Hashable
7479
+
7480
+ # Output only. If failure, the error reason for why the attestation generation
7481
+ # failed.
7482
+ # Corresponds to the JSON property `error`
7483
+ # @return [String]
7484
+ attr_accessor :error
7485
+
7486
+ # Output only. The last time we attempted to generate an attestation.
7487
+ # Corresponds to the JSON property `lastAttemptTime`
7488
+ # @return [String]
7489
+ attr_accessor :last_attempt_time
7490
+
7491
+ # Output only. The success/failure state of the latest attestation attempt.
7492
+ # Corresponds to the JSON property `state`
7493
+ # @return [String]
7494
+ attr_accessor :state
7495
+
7496
+ def initialize(**args)
7497
+ update!(**args)
7498
+ end
7499
+
7500
+ # Update properties of this object
7501
+ def update!(**args)
7502
+ @error = args[:error] if args.key?(:error)
7503
+ @last_attempt_time = args[:last_attempt_time] if args.key?(:last_attempt_time)
7504
+ @state = args[:state] if args.key?(:state)
7505
+ end
7506
+ end
7507
+
7508
7508
  # Used by Occurrence to point to where the vulnerability exists and how to fix
7509
7509
  # it.
7510
7510
  class VulnerabilityDetails
@@ -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.64.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240524"
25
+ REVISION = "20240704"
26
26
  end
27
27
  end
28
28
  end
@@ -268,12 +268,6 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
271
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
278
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
273
 
@@ -1048,6 +1042,12 @@ module Google
1048
1042
  include Google::Apis::Core::JsonObjectSupport
1049
1043
  end
1050
1044
 
1045
+ class VulnerabilityAttestation
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
1051
  class VulnerabilityDetails
1052
1052
  class Representation < Google::Apis::Core::JsonRepresentation; end
1053
1053
 
@@ -1575,15 +1575,6 @@ module Google
1575
1575
  end
1576
1576
  end
1577
1577
 
1578
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
1579
- # @private
1580
- class Representation < Google::Apis::Core::JsonRepresentation
1581
- property :bucket, as: 'bucket'
1582
- property :generation, :numeric_string => true, as: 'generation'
1583
- property :object, as: 'object'
1584
- end
1585
- end
1586
-
1587
1578
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
1588
1579
  # @private
1589
1580
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1596,8 +1587,6 @@ module Google
1596
1587
  # @private
1597
1588
  class Representation < Google::Apis::Core::JsonRepresentation
1598
1589
  property :proxy_secret_version_name, as: 'proxySecretVersionName'
1599
- property :proxy_ssl_ca_info, as: 'proxySslCaInfo', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation::Representation
1600
-
1601
1590
  end
1602
1591
  end
1603
1592
 
@@ -1902,6 +1891,8 @@ module Google
1902
1891
 
1903
1892
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1alpha1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1alpha1::SbomStatus::Representation
1904
1893
 
1894
+ property :vulnerability_attestation, as: 'vulnerabilityAttestation', class: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityAttestation, decorator: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityAttestation::Representation
1895
+
1905
1896
  end
1906
1897
  end
1907
1898
 
@@ -3010,6 +3001,15 @@ module Google
3010
3001
  end
3011
3002
  end
3012
3003
 
3004
+ class VulnerabilityAttestation
3005
+ # @private
3006
+ class Representation < Google::Apis::Core::JsonRepresentation
3007
+ property :error, as: 'error'
3008
+ property :last_attempt_time, as: 'lastAttemptTime'
3009
+ property :state, as: 'state'
3010
+ end
3011
+ end
3012
+
3013
3013
  class VulnerabilityDetails
3014
3014
  # @private
3015
3015
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-02 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []