google-apis-containeranalysis_v1alpha1 0.56.0 → 0.57.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: a797482e1043c194167762058fffaee213ff475dad75f7f2e689eefafbe94fa5
4
- data.tar.gz: 3fc114ecd2653b652c036b3a2d791575af9f653e4ab05ac8474dc50dfe5eddb7
3
+ metadata.gz: 96539ae1124eccfef38c9b97fc5a5b2f210d021bf2a7efc63258e59cd307033a
4
+ data.tar.gz: 75406da39f4060fc828a2a37a628a4efd41a3cd9195dd4778955031716e67876
5
5
  SHA512:
6
- metadata.gz: f089dfd2ca53cd728bf00e2d527f4b72751b0cb2a7e5d89f896ac5345806ab88283fd2907af5445613035933f15c52fc6018cdc5c9e01a1129aa594c0617d8d9
7
- data.tar.gz: f415e43cb7ec602f7be0b7caafdedefe35cd69c7042a05c714647f4cdda96412000269118324c65f8b4ed688dfc312c0f92170cfe8155bc4d87d8bd59fa11f52
6
+ metadata.gz: b6d629d32395c2b2748d730df9acdf74177daec3313aea82e27c0bc3027beafd9255c027a689d002ce62fb3aebca23adb12c795bcca5ea7dfcaaa15f1f77354f
7
+ data.tar.gz: c69ec4ab74092a7c4e334db4b94afe2f7586b0e472086b12f2d193c6ebd9df4650906cc84a9e04424eb6a6ebca4bf259de03bb5fdeacc86d4e083b5da61f1613
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.57.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
3
7
  ### v0.56.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230929
@@ -2586,6 +2586,11 @@ module Google
2586
2586
  # @return [String]
2587
2587
  attr_accessor :object
2588
2588
 
2589
+ # Optional. Option to specify the tool to fetch the source file for the build.
2590
+ # Corresponds to the JSON property `sourceFetcher`
2591
+ # @return [String]
2592
+ attr_accessor :source_fetcher
2593
+
2589
2594
  def initialize(**args)
2590
2595
  update!(**args)
2591
2596
  end
@@ -2595,6 +2600,7 @@ module Google
2595
2600
  @bucket = args[:bucket] if args.key?(:bucket)
2596
2601
  @generation = args[:generation] if args.key?(:generation)
2597
2602
  @object = args[:object] if args.key?(:object)
2603
+ @source_fetcher = args[:source_fetcher] if args.key?(:source_fetcher)
2598
2604
  end
2599
2605
  end
2600
2606
 
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.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 = "20230929"
25
+ REVISION = "20231006"
26
26
  end
27
27
  end
28
28
  end
@@ -1662,6 +1662,7 @@ module Google
1662
1662
  property :bucket, as: 'bucket'
1663
1663
  property :generation, :numeric_string => true, as: 'generation'
1664
1664
  property :object, as: 'object'
1665
+ property :source_fetcher, as: 'sourceFetcher'
1665
1666
  end
1666
1667
  end
1667
1668
 
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.56.0
4
+ version: 0.57.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-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-15 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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.57.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: []