google-apis-containeranalysis_v1 0.49.0 → 0.50.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: 4da4b140206840d65e56527f95039abd5dfaae7c6605a06340320e11a4d84468
4
- data.tar.gz: c0ef6667633b943c17928fb0d9476a1cdaec6e89e16c38d5249eae66e2f96cb4
3
+ metadata.gz: 7ef107bafe67af80926ce1a0f7684e25ca1d5845286f1d5bbe494fa983cefeb8
4
+ data.tar.gz: bd82ec7e9b49758dbb9a6f57318d5cca6deaf13ecb42a1cfaa0ac0e363ad608b
5
5
  SHA512:
6
- metadata.gz: add01df7fe0a329f78f3b1b54824749107226168406c38a4389743cbc224417ea74f1a4f408d80a4939c9baa8910e8cd984dd6c919e6d35200a4b7e3f71cc27a
7
- data.tar.gz: 4369b60374f9575ebb37c7f667aafb2660efd7032184524d2a76176463e73b97a3c19762817ae0c0009c1f84d6ea6ece13034fd3e58e082990c8e0ed098c7954
6
+ metadata.gz: 2b588a4c4956571e7c48d1341ae40ceffab09b8db6b3adbb18ab99f2cd16648cadd8919b63ce9b066b3d255f5fbea3346ae0ee8c1c5cce600dd006b0e402779b
7
+ data.tar.gz: de3349f700491719a639d024421eef11631136163e649c0400f9c1f5032502db691bf28fed52e4732b47ad438fc0cc93ff5efabd627aa2d3219dfc624c118a4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.50.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240516
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.49.0 (2024-03-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20240301
@@ -1291,6 +1291,12 @@ module Google
1291
1291
  # @return [Array<Google::Apis::ContaineranalysisV1::NonCompliantFile>]
1292
1292
  attr_accessor :non_compliant_files
1293
1293
 
1294
+ # Describes the CIS benchmark version that is applicable to a given OS and os
1295
+ # version.
1296
+ # Corresponds to the JSON property `version`
1297
+ # @return [Google::Apis::ContaineranalysisV1::ComplianceVersion]
1298
+ attr_accessor :version
1299
+
1294
1300
  def initialize(**args)
1295
1301
  update!(**args)
1296
1302
  end
@@ -1299,6 +1305,7 @@ module Google
1299
1305
  def update!(**args)
1300
1306
  @non_compliance_reason = args[:non_compliance_reason] if args.key?(:non_compliance_reason)
1301
1307
  @non_compliant_files = args[:non_compliant_files] if args.key?(:non_compliant_files)
1308
+ @version = args[:version] if args.key?(:version)
1302
1309
  end
1303
1310
  end
1304
1311
 
@@ -1661,6 +1668,11 @@ module Google
1661
1668
  # @return [String]
1662
1669
  attr_accessor :finish_time
1663
1670
 
1671
+ # GitConfig is a configuration for git operations.
1672
+ # Corresponds to the JSON property `gitConfig`
1673
+ # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig]
1674
+ attr_accessor :git_config
1675
+
1664
1676
  # Output only. Unique identifier of the build.
1665
1677
  # Corresponds to the JSON property `id`
1666
1678
  # @return [String]
@@ -1808,6 +1820,7 @@ module Google
1808
1820
  @create_time = args[:create_time] if args.key?(:create_time)
1809
1821
  @failure_info = args[:failure_info] if args.key?(:failure_info)
1810
1822
  @finish_time = args[:finish_time] if args.key?(:finish_time)
1823
+ @git_config = args[:git_config] if args.key?(:git_config)
1811
1824
  @id = args[:id] if args.key?(:id)
1812
1825
  @images = args[:images] if args.key?(:images)
1813
1826
  @log_url = args[:log_url] if args.key?(:log_url)
@@ -2270,7 +2283,7 @@ module Google
2270
2283
  class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository
2271
2284
  include Google::Apis::Core::Hashable
2272
2285
 
2273
- # Directory, relative to the source root, in which to run the build.
2286
+ # Optional. Directory, relative to the source root, in which to run the build.
2274
2287
  # Corresponds to the JSON property `dir`
2275
2288
  # @return [String]
2276
2289
  attr_accessor :dir
@@ -2281,8 +2294,8 @@ module Google
2281
2294
  # @return [String]
2282
2295
  attr_accessor :repository
2283
2296
 
2284
- # The revision to fetch from the Git repository such as a branch, a tag, a
2285
- # commit SHA, or any Git ref.
2297
+ # Required. The revision to fetch from the Git repository such as a branch, a
2298
+ # tag, a commit SHA, or any Git ref.
2286
2299
  # Corresponds to the JSON property `revision`
2287
2300
  # @return [String]
2288
2301
  attr_accessor :revision
@@ -2299,6 +2312,39 @@ module Google
2299
2312
  end
2300
2313
  end
2301
2314
 
2315
+ # This config defines the location of a source through Developer Connect.
2316
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig
2317
+ include Google::Apis::Core::Hashable
2318
+
2319
+ # Required. Directory, relative to the source root, in which to run the build.
2320
+ # Corresponds to the JSON property `dir`
2321
+ # @return [String]
2322
+ attr_accessor :dir
2323
+
2324
+ # Required. The Developer Connect Git repository link, formatted as `projects/*/
2325
+ # locations/*/connections/*/gitRepositoryLink/*`.
2326
+ # Corresponds to the JSON property `gitRepositoryLink`
2327
+ # @return [String]
2328
+ attr_accessor :git_repository_link
2329
+
2330
+ # Required. The revision to fetch from the Git repository such as a branch, a
2331
+ # tag, a commit SHA, or any Git ref.
2332
+ # Corresponds to the JSON property `revision`
2333
+ # @return [String]
2334
+ attr_accessor :revision
2335
+
2336
+ def initialize(**args)
2337
+ update!(**args)
2338
+ end
2339
+
2340
+ # Update properties of this object
2341
+ def update!(**args)
2342
+ @dir = args[:dir] if args.key?(:dir)
2343
+ @git_repository_link = args[:git_repository_link] if args.key?(:git_repository_link)
2344
+ @revision = args[:revision] if args.key?(:revision)
2345
+ end
2346
+ end
2347
+
2302
2348
  # Container message for hashes of byte content of files, used in
2303
2349
  # SourceProvenance messages to verify integrity of source input to the build.
2304
2350
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
@@ -2319,30 +2365,109 @@ module Google
2319
2365
  end
2320
2366
  end
2321
2367
 
2368
+ # Represents a storage location in Cloud Storage
2369
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
2370
+ include Google::Apis::Core::Hashable
2371
+
2372
+ # Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#
2373
+ # requirements
2374
+ # Corresponds to the JSON property `bucket`
2375
+ # @return [String]
2376
+ attr_accessor :bucket
2377
+
2378
+ # Cloud Storage generation for the object. If the generation is omitted, the
2379
+ # latest generation will be used.
2380
+ # Corresponds to the JSON property `generation`
2381
+ # @return [Fixnum]
2382
+ attr_accessor :generation
2383
+
2384
+ # Cloud Storage object. See https://cloud.google.com/storage/docs/naming#
2385
+ # objectnames
2386
+ # Corresponds to the JSON property `object`
2387
+ # @return [String]
2388
+ attr_accessor :object
2389
+
2390
+ def initialize(**args)
2391
+ update!(**args)
2392
+ end
2393
+
2394
+ # Update properties of this object
2395
+ def update!(**args)
2396
+ @bucket = args[:bucket] if args.key?(:bucket)
2397
+ @generation = args[:generation] if args.key?(:generation)
2398
+ @object = args[:object] if args.key?(:object)
2399
+ end
2400
+ end
2401
+
2402
+ # GitConfig is a configuration for git operations.
2403
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
2404
+ include Google::Apis::Core::Hashable
2405
+
2406
+ # HttpConfig is a configuration for HTTP related git operations.
2407
+ # Corresponds to the JSON property `http`
2408
+ # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig]
2409
+ attr_accessor :http
2410
+
2411
+ def initialize(**args)
2412
+ update!(**args)
2413
+ end
2414
+
2415
+ # Update properties of this object
2416
+ def update!(**args)
2417
+ @http = args[:http] if args.key?(:http)
2418
+ end
2419
+ end
2420
+
2421
+ # HttpConfig is a configuration for HTTP related git operations.
2422
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
2423
+ include Google::Apis::Core::Hashable
2424
+
2425
+ # SecretVersion resource of the HTTP proxy URL. The proxy URL should be in
2426
+ # format protocol://@]proxyhost[:port].
2427
+ # Corresponds to the JSON property `proxySecretVersionName`
2428
+ # @return [String]
2429
+ attr_accessor :proxy_secret_version_name
2430
+
2431
+ # Represents a storage location in Cloud Storage
2432
+ # Corresponds to the JSON property `proxySslCaInfo`
2433
+ # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation]
2434
+ attr_accessor :proxy_ssl_ca_info
2435
+
2436
+ def initialize(**args)
2437
+ update!(**args)
2438
+ end
2439
+
2440
+ # Update properties of this object
2441
+ def update!(**args)
2442
+ @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name)
2443
+ @proxy_ssl_ca_info = args[:proxy_ssl_ca_info] if args.key?(:proxy_ssl_ca_info)
2444
+ end
2445
+ end
2446
+
2322
2447
  # Location of the source in any accessible Git repository.
2323
2448
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource
2324
2449
  include Google::Apis::Core::Hashable
2325
2450
 
2326
- # Directory, relative to the source root, in which to run the build. This must
2327
- # be a relative path. If a step's `dir` is specified and is an absolute path,
2328
- # this value is ignored for that step's execution.
2451
+ # Optional. Directory, relative to the source root, in which to run the build.
2452
+ # This must be a relative path. If a step's `dir` is specified and is an
2453
+ # absolute path, this value is ignored for that step's execution.
2329
2454
  # Corresponds to the JSON property `dir`
2330
2455
  # @return [String]
2331
2456
  attr_accessor :dir
2332
2457
 
2333
- # The revision to fetch from the Git repository such as a branch, a tag, a
2334
- # commit SHA, or any Git ref. Cloud Build uses `git fetch` to fetch the revision
2335
- # from the Git repository; therefore make sure that the string you provide for `
2336
- # revision` is parsable by the command. For information on string values
2337
- # accepted by `git fetch`, see https://git-scm.com/docs/gitrevisions#
2458
+ # Optional. The revision to fetch from the Git repository such as a branch, a
2459
+ # tag, a commit SHA, or any Git ref. Cloud Build uses `git fetch` to fetch the
2460
+ # revision from the Git repository; therefore make sure that the string you
2461
+ # provide for `revision` is parsable by the command. For information on string
2462
+ # values accepted by `git fetch`, see https://git-scm.com/docs/gitrevisions#
2338
2463
  # _specifying_revisions. For information on `git fetch`, see https://git-scm.com/
2339
2464
  # docs/git-fetch.
2340
2465
  # Corresponds to the JSON property `revision`
2341
2466
  # @return [String]
2342
2467
  attr_accessor :revision
2343
2468
 
2344
- # Location of the Git repo to build. This will be used as a `git remote`, see
2345
- # https://git-scm.com/docs/git-remote.
2469
+ # Required. Location of the Git repo to build. This will be used as a `git
2470
+ # remote`, see https://git-scm.com/docs/git-remote.
2346
2471
  # Corresponds to the JSON property `url`
2347
2472
  # @return [String]
2348
2473
  attr_accessor :url
@@ -2431,31 +2556,32 @@ module Google
2431
2556
  # @return [String]
2432
2557
  attr_accessor :commit_sha
2433
2558
 
2434
- # Directory, relative to the source root, in which to run the build. This must
2435
- # be a relative path. If a step's `dir` is specified and is an absolute path,
2436
- # this value is ignored for that step's execution.
2559
+ # Optional. Directory, relative to the source root, in which to run the build.
2560
+ # This must be a relative path. If a step's `dir` is specified and is an
2561
+ # absolute path, this value is ignored for that step's execution.
2437
2562
  # Corresponds to the JSON property `dir`
2438
2563
  # @return [String]
2439
2564
  attr_accessor :dir
2440
2565
 
2441
- # Only trigger a build if the revision regex does NOT match the revision regex.
2566
+ # Optional. Only trigger a build if the revision regex does NOT match the
2567
+ # revision regex.
2442
2568
  # Corresponds to the JSON property `invertRegex`
2443
2569
  # @return [Boolean]
2444
2570
  attr_accessor :invert_regex
2445
2571
  alias_method :invert_regex?, :invert_regex
2446
2572
 
2447
- # ID of the project that owns the Cloud Source Repository. If omitted, the
2448
- # project ID requesting the build is assumed.
2573
+ # Optional. ID of the project that owns the Cloud Source Repository. If omitted,
2574
+ # the project ID requesting the build is assumed.
2449
2575
  # Corresponds to the JSON property `projectId`
2450
2576
  # @return [String]
2451
2577
  attr_accessor :project_id
2452
2578
 
2453
- # Name of the Cloud Source Repository.
2579
+ # Required. Name of the Cloud Source Repository.
2454
2580
  # Corresponds to the JSON property `repoName`
2455
2581
  # @return [String]
2456
2582
  attr_accessor :repo_name
2457
2583
 
2458
- # Substitutions to use in a triggered build. Should only be used with
2584
+ # Optional. Substitutions to use in a triggered build. Should only be used with
2459
2585
  # RunBuildTrigger
2460
2586
  # Corresponds to the JSON property `substitutions`
2461
2587
  # @return [Hash<String,String>]
@@ -2508,7 +2634,8 @@ module Google
2508
2634
  # List of build step outputs, produced by builder images, in the order
2509
2635
  # corresponding to build step indices. [Cloud Builders](https://cloud.google.com/
2510
2636
  # cloud-build/docs/cloud-builders) can produce this output by writing to `$
2511
- # BUILDER_OUTPUT/output`. Only the first 50KB of data is stored.
2637
+ # BUILDER_OUTPUT/output`. Only the first 50KB of data is stored. Note that the `$
2638
+ # BUILDER_OUTPUT` variable is read-only and can't be substituted.
2512
2639
  # Corresponds to the JSON property `buildStepOutputs`
2513
2640
  # @return [Array<String>]
2514
2641
  attr_accessor :build_step_outputs
@@ -2650,6 +2777,11 @@ module Google
2650
2777
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository]
2651
2778
  attr_accessor :connected_repository
2652
2779
 
2780
+ # This config defines the location of a source through Developer Connect.
2781
+ # Corresponds to the JSON property `developerConnectConfig`
2782
+ # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig]
2783
+ attr_accessor :developer_connect_config
2784
+
2653
2785
  # Location of the source in any accessible Git repository.
2654
2786
  # Corresponds to the JSON property `gitSource`
2655
2787
  # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource]
@@ -2679,6 +2811,7 @@ module Google
2679
2811
  # Update properties of this object
2680
2812
  def update!(**args)
2681
2813
  @connected_repository = args[:connected_repository] if args.key?(:connected_repository)
2814
+ @developer_connect_config = args[:developer_connect_config] if args.key?(:developer_connect_config)
2682
2815
  @git_source = args[:git_source] if args.key?(:git_source)
2683
2816
  @repo_source = args[:repo_source] if args.key?(:repo_source)
2684
2817
  @storage_source = args[:storage_source] if args.key?(:storage_source)
@@ -2754,14 +2887,14 @@ module Google
2754
2887
  # @return [String]
2755
2888
  attr_accessor :bucket
2756
2889
 
2757
- # Cloud Storage generation for the object. If the generation is omitted, the
2758
- # latest generation will be used.
2890
+ # Optional. Cloud Storage generation for the object. If the generation is
2891
+ # omitted, the latest generation will be used.
2759
2892
  # Corresponds to the JSON property `generation`
2760
2893
  # @return [Fixnum]
2761
2894
  attr_accessor :generation
2762
2895
 
2763
- # Cloud Storage object containing the source. This object must be a zipped (`.
2764
- # zip`) or gzipped archive file (`.tar.gz`) containing source to build.
2896
+ # Required. Cloud Storage object containing the source. This object must be a
2897
+ # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
2765
2898
  # Corresponds to the JSON property `object`
2766
2899
  # @return [String]
2767
2900
  attr_accessor :object
@@ -2790,9 +2923,9 @@ module Google
2790
2923
  class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest
2791
2924
  include Google::Apis::Core::Hashable
2792
2925
 
2793
- # Cloud Storage bucket containing the source manifest (see [Bucket Name
2794
- # Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
2795
- # ).
2926
+ # Required. Cloud Storage bucket containing the source manifest (see [Bucket
2927
+ # Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#
2928
+ # requirements)).
2796
2929
  # Corresponds to the JSON property `bucket`
2797
2930
  # @return [String]
2798
2931
  attr_accessor :bucket
@@ -2803,8 +2936,8 @@ module Google
2803
2936
  # @return [Fixnum]
2804
2937
  attr_accessor :generation
2805
2938
 
2806
- # Cloud Storage object containing the source manifest. This object must be a
2807
- # JSON file.
2939
+ # Required. Cloud Storage object containing the source manifest. This object
2940
+ # must be a JSON file.
2808
2941
  # Corresponds to the JSON property `object`
2809
2942
  # @return [String]
2810
2943
  attr_accessor :object
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240301"
25
+ REVISION = "20240516"
26
26
  end
27
27
  end
28
28
  end
@@ -292,12 +292,36 @@ module Google
292
292
  include Google::Apis::Core::JsonObjectSupport
293
293
  end
294
294
 
295
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
295
301
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
296
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
303
 
298
304
  include Google::Apis::Core::JsonObjectSupport
299
305
  end
300
306
 
307
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
301
325
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource
302
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
327
 
@@ -1312,6 +1336,8 @@ module Google
1312
1336
  property :non_compliance_reason, as: 'nonComplianceReason'
1313
1337
  collection :non_compliant_files, as: 'nonCompliantFiles', class: Google::Apis::ContaineranalysisV1::NonCompliantFile, decorator: Google::Apis::ContaineranalysisV1::NonCompliantFile::Representation
1314
1338
 
1339
+ property :version, as: 'version', class: Google::Apis::ContaineranalysisV1::ComplianceVersion, decorator: Google::Apis::ContaineranalysisV1::ComplianceVersion::Representation
1340
+
1315
1341
  end
1316
1342
  end
1317
1343
 
@@ -1408,6 +1434,8 @@ module Google
1408
1434
  property :failure_info, as: 'failureInfo', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo::Representation
1409
1435
 
1410
1436
  property :finish_time, as: 'finishTime'
1437
+ property :git_config, as: 'gitConfig', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig::Representation
1438
+
1411
1439
  property :id, as: 'id'
1412
1440
  collection :images, as: 'images'
1413
1441
  property :log_url, as: 'logUrl'
@@ -1544,6 +1572,15 @@ module Google
1544
1572
  end
1545
1573
  end
1546
1574
 
1575
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig
1576
+ # @private
1577
+ class Representation < Google::Apis::Core::JsonRepresentation
1578
+ property :dir, as: 'dir'
1579
+ property :git_repository_link, as: 'gitRepositoryLink'
1580
+ property :revision, as: 'revision'
1581
+ end
1582
+ end
1583
+
1547
1584
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
1548
1585
  # @private
1549
1586
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1552,6 +1589,32 @@ module Google
1552
1589
  end
1553
1590
  end
1554
1591
 
1592
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
1593
+ # @private
1594
+ class Representation < Google::Apis::Core::JsonRepresentation
1595
+ property :bucket, as: 'bucket'
1596
+ property :generation, :numeric_string => true, as: 'generation'
1597
+ property :object, as: 'object'
1598
+ end
1599
+ end
1600
+
1601
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
1602
+ # @private
1603
+ class Representation < Google::Apis::Core::JsonRepresentation
1604
+ property :http, as: 'http', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig::Representation
1605
+
1606
+ end
1607
+ end
1608
+
1609
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ property :proxy_secret_version_name, as: 'proxySecretVersionName'
1613
+ property :proxy_ssl_ca_info, as: 'proxySslCaInfo', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation::Representation
1614
+
1615
+ end
1616
+ end
1617
+
1555
1618
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource
1556
1619
  # @private
1557
1620
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1642,6 +1705,8 @@ module Google
1642
1705
  class Representation < Google::Apis::Core::JsonRepresentation
1643
1706
  property :connected_repository, as: 'connectedRepository', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository::Representation
1644
1707
 
1708
+ property :developer_connect_config, as: 'developerConnectConfig', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig::Representation
1709
+
1645
1710
  property :git_source, as: 'gitSource', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource::Representation
1646
1711
 
1647
1712
  property :repo_source, as: 'repoSource', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource::Representation
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.49.0
4
+ version: 0.50.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.50.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: []