google-apis-containeranalysis_v1alpha1 0.56.0 → 0.58.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: 367ee815bd443d7602d40d931e5e5cdcf5a6f0a9dc0d5e7b33eb07e5190d5cca
4
+ data.tar.gz: 7f4df68209bc7db31334b117cd4533f62e3c33361f60ae00358cf8755f75ffbb
5
5
  SHA512:
6
- metadata.gz: f089dfd2ca53cd728bf00e2d527f4b72751b0cb2a7e5d89f896ac5345806ab88283fd2907af5445613035933f15c52fc6018cdc5c9e01a1129aa594c0617d8d9
7
- data.tar.gz: f415e43cb7ec602f7be0b7caafdedefe35cd69c7042a05c714647f4cdda96412000269118324c65f8b4ed688dfc312c0f92170cfe8155bc4d87d8bd59fa11f52
6
+ metadata.gz: d8fa5e4f0708edfc8e7a0b5629f0546a36f3ec47b95e98a4800156b1a0d989e113e7cf63d5106cefd9a846b4d953c1e3483448fd8fd741155f4b51feb2049894
7
+ data.tar.gz: 42067e46cab691fa44076f90ff8cbcfa0d2f89754b4ed87f5eff0513ec1349b0ec03438796b51d1fb7a11b516044a130dd69c36d8af3587337d76e0c23491a9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.58.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231103
6
+
7
+ ### v0.57.0 (2023-10-15)
8
+
9
+ * Regenerated from discovery document revision 20231006
10
+
3
11
  ### v0.56.0 (2023-10-08)
4
12
 
5
13
  * 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.58.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 = "20231103"
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
 
@@ -22,7 +22,10 @@ module Google
22
22
  module ContaineranalysisV1alpha1
23
23
  # Container Analysis API
24
24
  #
25
- # An implementation of the Grafeas API, which stores, and enables querying and
25
+ # This API is a prerequisite for leveraging Artifact Analysis scanning
26
+ # capabilities in both Artifact Registry and with Advanced Vulnerability
27
+ # Insights (runtime scanning) in GKE. In addition, the Container Analysis API is
28
+ # an implementation of the Grafeas API, which enables storing, querying, and
26
29
  # retrieval of critical metadata about all of your software artifacts.
27
30
  #
28
31
  # @example
@@ -21,7 +21,10 @@ module Google
21
21
  module Apis
22
22
  # Container Analysis API
23
23
  #
24
- # An implementation of the Grafeas API, which stores, and enables querying and
24
+ # This API is a prerequisite for leveraging Artifact Analysis scanning
25
+ # capabilities in both Artifact Registry and with Advanced Vulnerability
26
+ # Insights (runtime scanning) in GKE. In addition, the Container Analysis API is
27
+ # an implementation of the Grafeas API, which enables storing, querying, and
25
28
  # retrieval of critical metadata about all of your software artifacts.
26
29
  #
27
30
  # @see https://cloud.google.com/container-analysis/api/reference/rest/
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.58.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-11-12 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.58.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: []