google-apis-containeranalysis_v1 0.33.0 → 0.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e89313dc2b89adf5c62898fe91faf169b4684dabcfee52d3e930021a783b5785
4
- data.tar.gz: 897850d67046c9e893ba70f3504387fc32eddadbaab4cffe83cf1bf1ed973399
3
+ metadata.gz: c753e42e9b579043f02b00e063add5cf7936b2dc63e0a56d69871e74a349a869
4
+ data.tar.gz: 38a7b999643c29974cfbf841fda0b5e9fe134bcf172f91a5cc937fbe25603ca0
5
5
  SHA512:
6
- metadata.gz: a93643cabdca4e71dc1eb1ed4df67105327bd8e16b60020f24828f02186a93379953abd9937ab6c2b83b1b30f8f58bca37d94d6d5c688694e95a799751dd8d3d
7
- data.tar.gz: 0a882caa64aa38ea85c7ce027a75c51f889d92210d20503c76127892696bef95ea74bf1990027e260ed9b479bbeb0f2ae8b80d212e67616f758a7c43fc90e60a
6
+ metadata.gz: a6204ab938774d57dc0a18ce2a8054491f4f79bd11fb4532862a3e61895708a1fce5c361cd2356619dd93fd30fe2ff2f452e0494a52df798f4d29492763266c2
7
+ data.tar.gz: 6eb6bf5644541f858d49486650bf15446d8cd1ec704ada6661a07fe767185304ef3a1b5892d94e3054b75c96b4e3630c5389aee72d8bfbd6ae65c3c837999561
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.35.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230519
6
+
7
+ ### v0.34.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230505
10
+
3
11
  ### v0.33.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230421
@@ -1544,7 +1544,7 @@ module Google
1544
1544
  # @return [String]
1545
1545
  attr_accessor :log_url
1546
1546
 
1547
- # Google Cloud Storage bucket where logs should be written (see [Bucket Name
1547
+ # Cloud Storage bucket where logs should be written (see [Bucket Name
1548
1548
  # Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
1549
1549
  # ). Logs file names will be of the format `$`logs_bucket`/log-$`build_id`.txt`.
1550
1550
  # Corresponds to the JSON property `logsBucket`
@@ -1790,7 +1790,7 @@ module Google
1790
1790
  # @return [Array<String>]
1791
1791
  attr_accessor :env
1792
1792
 
1793
- # Option to define build log streaming behavior to Google Cloud Storage.
1793
+ # Option to define build log streaming behavior to Cloud Storage.
1794
1794
  # Corresponds to the JSON property `logStreamingOption`
1795
1795
  # @return [String]
1796
1796
  attr_accessor :log_streaming_option
@@ -2470,14 +2470,14 @@ module Google
2470
2470
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource]
2471
2471
  attr_accessor :repo_source
2472
2472
 
2473
- # Location of the source in an archive file in Google Cloud Storage.
2473
+ # Location of the source in an archive file in Cloud Storage.
2474
2474
  # Corresponds to the JSON property `storageSource`
2475
2475
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource]
2476
2476
  attr_accessor :storage_source
2477
2477
 
2478
- # Location of the source manifest in Google Cloud Storage. This feature is in
2479
- # Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-
2480
- # builders/tree/master/gcs-fetcher).
2478
+ # Location of the source manifest in Cloud Storage. This feature is in Preview;
2479
+ # see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
2480
+ # tree/master/gcs-fetcher).
2481
2481
  # Corresponds to the JSON property `storageSourceManifest`
2482
2482
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest]
2483
2483
  attr_accessor :storage_source_manifest
@@ -2516,14 +2516,14 @@ module Google
2516
2516
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource]
2517
2517
  attr_accessor :resolved_repo_source
2518
2518
 
2519
- # Location of the source in an archive file in Google Cloud Storage.
2519
+ # Location of the source in an archive file in Cloud Storage.
2520
2520
  # Corresponds to the JSON property `resolvedStorageSource`
2521
2521
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource]
2522
2522
  attr_accessor :resolved_storage_source
2523
2523
 
2524
- # Location of the source manifest in Google Cloud Storage. This feature is in
2525
- # Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-
2526
- # builders/tree/master/gcs-fetcher).
2524
+ # Location of the source manifest in Cloud Storage. This feature is in Preview;
2525
+ # see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
2526
+ # tree/master/gcs-fetcher).
2527
2527
  # Corresponds to the JSON property `resolvedStorageSourceManifest`
2528
2528
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest]
2529
2529
  attr_accessor :resolved_storage_source_manifest
@@ -2541,25 +2541,24 @@ module Google
2541
2541
  end
2542
2542
  end
2543
2543
 
2544
- # Location of the source in an archive file in Google Cloud Storage.
2544
+ # Location of the source in an archive file in Cloud Storage.
2545
2545
  class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource
2546
2546
  include Google::Apis::Core::Hashable
2547
2547
 
2548
- # Google Cloud Storage bucket containing the source (see [Bucket Name
2549
- # Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
2550
- # ).
2548
+ # Cloud Storage bucket containing the source (see [Bucket Name Requirements](
2549
+ # https://cloud.google.com/storage/docs/bucket-naming#requirements)).
2551
2550
  # Corresponds to the JSON property `bucket`
2552
2551
  # @return [String]
2553
2552
  attr_accessor :bucket
2554
2553
 
2555
- # Google Cloud Storage generation for the object. If the generation is omitted,
2556
- # the latest generation will be used.
2554
+ # Cloud Storage generation for the object. If the generation is omitted, the
2555
+ # latest generation will be used.
2557
2556
  # Corresponds to the JSON property `generation`
2558
2557
  # @return [Fixnum]
2559
2558
  attr_accessor :generation
2560
2559
 
2561
- # Google Cloud Storage object containing the source. This object must be a
2562
- # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
2560
+ # Cloud Storage object containing the source. This object must be a zipped (`.
2561
+ # zip`) or gzipped archive file (`.tar.gz`) containing source to build.
2563
2562
  # Corresponds to the JSON property `object`
2564
2563
  # @return [String]
2565
2564
  attr_accessor :object
@@ -2576,27 +2575,27 @@ module Google
2576
2575
  end
2577
2576
  end
2578
2577
 
2579
- # Location of the source manifest in Google Cloud Storage. This feature is in
2580
- # Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-
2581
- # builders/tree/master/gcs-fetcher).
2578
+ # Location of the source manifest in Cloud Storage. This feature is in Preview;
2579
+ # see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
2580
+ # tree/master/gcs-fetcher).
2582
2581
  class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest
2583
2582
  include Google::Apis::Core::Hashable
2584
2583
 
2585
- # Google Cloud Storage bucket containing the source manifest (see [Bucket Name
2584
+ # Cloud Storage bucket containing the source manifest (see [Bucket Name
2586
2585
  # Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
2587
2586
  # ).
2588
2587
  # Corresponds to the JSON property `bucket`
2589
2588
  # @return [String]
2590
2589
  attr_accessor :bucket
2591
2590
 
2592
- # Google Cloud Storage generation for the object. If the generation is omitted,
2593
- # the latest generation will be used.
2591
+ # Cloud Storage generation for the object. If the generation is omitted, the
2592
+ # latest generation will be used.
2594
2593
  # Corresponds to the JSON property `generation`
2595
2594
  # @return [Fixnum]
2596
2595
  attr_accessor :generation
2597
2596
 
2598
- # Google Cloud Storage object containing the source manifest. This object must
2599
- # be a JSON file.
2597
+ # Cloud Storage object containing the source manifest. This object must be a
2598
+ # JSON file.
2600
2599
  # Corresponds to the JSON property `object`
2601
2600
  # @return [String]
2602
2601
  attr_accessor :object
@@ -4435,6 +4434,11 @@ module Google
4435
4434
  # @return [Array<Google::Apis::ContaineranalysisV1::RelatedUrl>]
4436
4435
  attr_accessor :related_url
4437
4436
 
4437
+ # The note representing an SBOM reference.
4438
+ # Corresponds to the JSON property `sbomReference`
4439
+ # @return [Google::Apis::ContaineranalysisV1::SbomReferenceNote]
4440
+ attr_accessor :sbom_reference
4441
+
4438
4442
  # A one sentence description of this note.
4439
4443
  # Corresponds to the JSON property `shortDescription`
4440
4444
  # @return [String]
@@ -4486,6 +4490,7 @@ module Google
4486
4490
  @package = args[:package] if args.key?(:package)
4487
4491
  @related_note_names = args[:related_note_names] if args.key?(:related_note_names)
4488
4492
  @related_url = args[:related_url] if args.key?(:related_url)
4493
+ @sbom_reference = args[:sbom_reference] if args.key?(:sbom_reference)
4489
4494
  @short_description = args[:short_description] if args.key?(:short_description)
4490
4495
  @update_time = args[:update_time] if args.key?(:update_time)
4491
4496
  @upgrade = args[:upgrade] if args.key?(:upgrade)
@@ -4589,6 +4594,13 @@ module Google
4589
4594
  # @return [String]
4590
4595
  attr_accessor :resource_uri
4591
4596
 
4597
+ # The occurrence representing an SBOM reference as applied to a specific
4598
+ # resource. The occurrence follows the DSSE specification. See https://github.
4599
+ # com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
4600
+ # Corresponds to the JSON property `sbomReference`
4601
+ # @return [Google::Apis::ContaineranalysisV1::SbomReferenceOccurrence]
4602
+ attr_accessor :sbom_reference
4603
+
4592
4604
  # Output only. The time this occurrence was last updated.
4593
4605
  # Corresponds to the JSON property `updateTime`
4594
4606
  # @return [String]
@@ -4629,6 +4641,7 @@ module Google
4629
4641
  @package = args[:package] if args.key?(:package)
4630
4642
  @remediation = args[:remediation] if args.key?(:remediation)
4631
4643
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
4644
+ @sbom_reference = args[:sbom_reference] if args.key?(:sbom_reference)
4632
4645
  @update_time = args[:update_time] if args.key?(:update_time)
4633
4646
  @upgrade = args[:upgrade] if args.key?(:upgrade)
4634
4647
  @vulnerability = args[:vulnerability] if args.key?(:vulnerability)
@@ -5186,6 +5199,145 @@ module Google
5186
5199
  end
5187
5200
  end
5188
5201
 
5202
+ # The note representing an SBOM reference.
5203
+ class SbomReferenceNote
5204
+ include Google::Apis::Core::Hashable
5205
+
5206
+ # The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
5207
+ # Corresponds to the JSON property `format`
5208
+ # @return [String]
5209
+ attr_accessor :format
5210
+
5211
+ # The version of the format that the SBOM takes. E.g. if the format is spdx, the
5212
+ # version may be 2.3.
5213
+ # Corresponds to the JSON property `version`
5214
+ # @return [String]
5215
+ attr_accessor :version
5216
+
5217
+ def initialize(**args)
5218
+ update!(**args)
5219
+ end
5220
+
5221
+ # Update properties of this object
5222
+ def update!(**args)
5223
+ @format = args[:format] if args.key?(:format)
5224
+ @version = args[:version] if args.key?(:version)
5225
+ end
5226
+ end
5227
+
5228
+ # The occurrence representing an SBOM reference as applied to a specific
5229
+ # resource. The occurrence follows the DSSE specification. See https://github.
5230
+ # com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
5231
+ class SbomReferenceOccurrence
5232
+ include Google::Apis::Core::Hashable
5233
+
5234
+ # The actual payload that contains the SBOM Reference data. The payload follows
5235
+ # the intoto statement specification. See https://github.com/in-toto/attestation/
5236
+ # blob/main/spec/v1.0/statement.md for more details.
5237
+ # Corresponds to the JSON property `payload`
5238
+ # @return [Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPayload]
5239
+ attr_accessor :payload
5240
+
5241
+ # The kind of payload that SbomReferenceIntotoPayload takes. Since it's in the
5242
+ # intoto format, this value is expected to be 'application/vnd.in-toto+json'.
5243
+ # Corresponds to the JSON property `payloadType`
5244
+ # @return [String]
5245
+ attr_accessor :payload_type
5246
+
5247
+ # The signatures over the payload.
5248
+ # Corresponds to the JSON property `signatures`
5249
+ # @return [Array<Google::Apis::ContaineranalysisV1::EnvelopeSignature>]
5250
+ attr_accessor :signatures
5251
+
5252
+ def initialize(**args)
5253
+ update!(**args)
5254
+ end
5255
+
5256
+ # Update properties of this object
5257
+ def update!(**args)
5258
+ @payload = args[:payload] if args.key?(:payload)
5259
+ @payload_type = args[:payload_type] if args.key?(:payload_type)
5260
+ @signatures = args[:signatures] if args.key?(:signatures)
5261
+ end
5262
+ end
5263
+
5264
+ # The actual payload that contains the SBOM Reference data. The payload follows
5265
+ # the intoto statement specification. See https://github.com/in-toto/attestation/
5266
+ # blob/main/spec/v1.0/statement.md for more details.
5267
+ class SbomReferenceIntotoPayload
5268
+ include Google::Apis::Core::Hashable
5269
+
5270
+ # Identifier for the schema of the Statement.
5271
+ # Corresponds to the JSON property `_type`
5272
+ # @return [String]
5273
+ attr_accessor :_type
5274
+
5275
+ # A predicate which describes the SBOM being referenced.
5276
+ # Corresponds to the JSON property `predicate`
5277
+ # @return [Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPredicate]
5278
+ attr_accessor :predicate
5279
+
5280
+ # URI identifying the type of the Predicate.
5281
+ # Corresponds to the JSON property `predicateType`
5282
+ # @return [String]
5283
+ attr_accessor :predicate_type
5284
+
5285
+ # Set of software artifacts that the attestation applies to. Each element
5286
+ # represents a single software artifact.
5287
+ # Corresponds to the JSON property `subject`
5288
+ # @return [Array<Google::Apis::ContaineranalysisV1::Subject>]
5289
+ attr_accessor :subject
5290
+
5291
+ def initialize(**args)
5292
+ update!(**args)
5293
+ end
5294
+
5295
+ # Update properties of this object
5296
+ def update!(**args)
5297
+ @_type = args[:_type] if args.key?(:_type)
5298
+ @predicate = args[:predicate] if args.key?(:predicate)
5299
+ @predicate_type = args[:predicate_type] if args.key?(:predicate_type)
5300
+ @subject = args[:subject] if args.key?(:subject)
5301
+ end
5302
+ end
5303
+
5304
+ # A predicate which describes the SBOM being referenced.
5305
+ class SbomReferenceIntotoPredicate
5306
+ include Google::Apis::Core::Hashable
5307
+
5308
+ # A map of algorithm to digest of the contents of the SBOM.
5309
+ # Corresponds to the JSON property `digest`
5310
+ # @return [Hash<String,String>]
5311
+ attr_accessor :digest
5312
+
5313
+ # The location of the SBOM.
5314
+ # Corresponds to the JSON property `location`
5315
+ # @return [String]
5316
+ attr_accessor :location
5317
+
5318
+ # The mime type of the SBOM.
5319
+ # Corresponds to the JSON property `mimeType`
5320
+ # @return [String]
5321
+ attr_accessor :mime_type
5322
+
5323
+ # The person or system referring this predicate to the consumer.
5324
+ # Corresponds to the JSON property `referrerId`
5325
+ # @return [String]
5326
+ attr_accessor :referrer_id
5327
+
5328
+ def initialize(**args)
5329
+ update!(**args)
5330
+ end
5331
+
5332
+ # Update properties of this object
5333
+ def update!(**args)
5334
+ @digest = args[:digest] if args.key?(:digest)
5335
+ @location = args[:location] if args.key?(:location)
5336
+ @mime_type = args[:mime_type] if args.key?(:mime_type)
5337
+ @referrer_id = args[:referrer_id] if args.key?(:referrer_id)
5338
+ end
5339
+ end
5340
+
5189
5341
  # Request message for `SetIamPolicy` method.
5190
5342
  class SetIamPolicyRequest
5191
5343
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230421"
25
+ REVISION = "20230519"
26
26
  end
27
27
  end
28
28
  end
@@ -742,6 +742,30 @@ module Google
742
742
  include Google::Apis::Core::JsonObjectSupport
743
743
  end
744
744
 
745
+ class SbomReferenceNote
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class SbomReferenceOccurrence
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class SbomReferenceIntotoPayload
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class SbomReferenceIntotoPredicate
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
745
769
  class SetIamPolicyRequest
746
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
771
 
@@ -2077,6 +2101,8 @@ module Google
2077
2101
  collection :related_note_names, as: 'relatedNoteNames'
2078
2102
  collection :related_url, as: 'relatedUrl', class: Google::Apis::ContaineranalysisV1::RelatedUrl, decorator: Google::Apis::ContaineranalysisV1::RelatedUrl::Representation
2079
2103
 
2104
+ property :sbom_reference, as: 'sbomReference', class: Google::Apis::ContaineranalysisV1::SbomReferenceNote, decorator: Google::Apis::ContaineranalysisV1::SbomReferenceNote::Representation
2105
+
2080
2106
  property :short_description, as: 'shortDescription'
2081
2107
  property :update_time, as: 'updateTime'
2082
2108
  property :upgrade, as: 'upgrade', class: Google::Apis::ContaineranalysisV1::UpgradeNote, decorator: Google::Apis::ContaineranalysisV1::UpgradeNote::Representation
@@ -2115,6 +2141,8 @@ module Google
2115
2141
 
2116
2142
  property :remediation, as: 'remediation'
2117
2143
  property :resource_uri, as: 'resourceUri'
2144
+ property :sbom_reference, as: 'sbomReference', class: Google::Apis::ContaineranalysisV1::SbomReferenceOccurrence, decorator: Google::Apis::ContaineranalysisV1::SbomReferenceOccurrence::Representation
2145
+
2118
2146
  property :update_time, as: 'updateTime'
2119
2147
  property :upgrade, as: 'upgrade', class: Google::Apis::ContaineranalysisV1::UpgradeOccurrence, decorator: Google::Apis::ContaineranalysisV1::UpgradeOccurrence::Representation
2120
2148
 
@@ -2253,6 +2281,47 @@ module Google
2253
2281
  end
2254
2282
  end
2255
2283
 
2284
+ class SbomReferenceNote
2285
+ # @private
2286
+ class Representation < Google::Apis::Core::JsonRepresentation
2287
+ property :format, as: 'format'
2288
+ property :version, as: 'version'
2289
+ end
2290
+ end
2291
+
2292
+ class SbomReferenceOccurrence
2293
+ # @private
2294
+ class Representation < Google::Apis::Core::JsonRepresentation
2295
+ property :payload, as: 'payload', class: Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPayload, decorator: Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPayload::Representation
2296
+
2297
+ property :payload_type, as: 'payloadType'
2298
+ collection :signatures, as: 'signatures', class: Google::Apis::ContaineranalysisV1::EnvelopeSignature, decorator: Google::Apis::ContaineranalysisV1::EnvelopeSignature::Representation
2299
+
2300
+ end
2301
+ end
2302
+
2303
+ class SbomReferenceIntotoPayload
2304
+ # @private
2305
+ class Representation < Google::Apis::Core::JsonRepresentation
2306
+ property :_type, as: '_type'
2307
+ property :predicate, as: 'predicate', class: Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPredicate, decorator: Google::Apis::ContaineranalysisV1::SbomReferenceIntotoPredicate::Representation
2308
+
2309
+ property :predicate_type, as: 'predicateType'
2310
+ collection :subject, as: 'subject', class: Google::Apis::ContaineranalysisV1::Subject, decorator: Google::Apis::ContaineranalysisV1::Subject::Representation
2311
+
2312
+ end
2313
+ end
2314
+
2315
+ class SbomReferenceIntotoPredicate
2316
+ # @private
2317
+ class Representation < Google::Apis::Core::JsonRepresentation
2318
+ hash :digest, as: 'digest'
2319
+ property :location, as: 'location'
2320
+ property :mime_type, as: 'mimeType'
2321
+ property :referrer_id, as: 'referrerId'
2322
+ end
2323
+ end
2324
+
2256
2325
  class SetIamPolicyRequest
2257
2326
  # @private
2258
2327
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.35.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-28 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
63
63
  post_install_message:
64
64
  rdoc_options: []