google-apis-containeranalysis_v1alpha1 0.18.0 → 0.19.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: 37e7512c1030095f66d661c946158196ba45a0654caaa1315180d4ae35975b31
4
- data.tar.gz: 7f3b0259ae45fb6c1d47a7f4cac1d20e3b7268a3d96e321d2623ebd9e419684b
3
+ metadata.gz: b0e5bb097f290c194aba122c1cd51c72f99bbadad40e4053e76c5c2b7f6f880c
4
+ data.tar.gz: c6e6fe7dfcc04983b591a9237acca2c6761d3422dfd11af400d78536346b25a7
5
5
  SHA512:
6
- metadata.gz: a643c24ef40b7fc91f7b71b2cf9f896ed3ab88a1f840dbba8d3c1456a6059a832c32106d1d1a1f43adad5377a6be417d431396c8e2f134df58a09fdf51f728eb
7
- data.tar.gz: b73f058e0927d04278e65a5d14b552bcd1895c0b164744d4aa9bcd0168025b4bee7c1cae4075492c1436b84b946874e5172be3cd80c5ab2d66ae90c8548e365e
6
+ metadata.gz: a5007304e2b9a4ecc1df2724e2d42ad23cf89c2b682f45d862c423f0369d0217425b9ca5a3a8b4b04919d0c69c7118455c2edf1c46b18f7066f1873523e38938
7
+ data.tar.gz: b4069c4a1ea8a07ca1dc9ecdd40c77f7f7bb34648e779813d5dc0858f26ebb17473123f2652913a61958265dc0335eb3e00195be43c2a939576303dae25173e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.19.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.18.0 (2021-11-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20211112
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/containeranalysis_v1alpha1"
51
51
  client = Google::Apis::ContaineranalysisV1alpha1::ContainerAnalysisService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
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.18.0
4
+ version: 0.19.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: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.19.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Container Analysis API V1alpha1