google-apis-cloudkms_v1 0.4.0 → 0.5.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: 8455395a0c8b22f13d4f3ccaa7c9c9661edf8a84713efca7d2de03fbd70603a2
4
- data.tar.gz: 2cc1ed2f1d2b533b09bc4ede956b94506cfb18432973ba086b70e217fb7143c8
3
+ metadata.gz: cae6b9b1a4508f96cd78ee2d5629c29d3ee29049e8d9f6b8fe9f7a6dde4234b3
4
+ data.tar.gz: 8f6732790706dee9a0bfbb56578c241e3b4f9a3b9ffbc5967da24b5b00a3fe32
5
5
  SHA512:
6
- metadata.gz: 41ffb4f34fdf5a58fface424d09f2a0732f7425eeb98be2eb0135f43226f6b673c694bc23e22b5524936e906291dba155d296d92b17587fdcab75c2a731b3592
7
- data.tar.gz: e1a8b39009adc1be59e9fcc31f57d94948ea9fb2552ebd4bf9f311c68b273920b962490f71161941216a685dbc14977d40e25b7c175375b6fb50e6d4a438acb1
6
+ metadata.gz: 69f705b464f805b66a440eb7734e81f68605b1c849d1f2720c4705ea9c5f7cc06e860bb293b8d19ca44c2e4c1444871ab2b70c0c6f3dd0da5f552cc28c2cadec
7
+ data.tar.gz: a0f6b48ebf288d45ac1d896ff53af7723a241483b97460f25c517af0f08d2f9f954c091a80b9fffc9cda3bfe1e26f10fba31a138543e81bf69169a8e00514854
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.5.0 (2021-04-21)
4
+
5
+ * Regenerated from discovery document revision 20210410
6
+
3
7
  ### v0.4.0 (2021-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210312
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View and manage your keys and secrets stored in Cloud Key Management Service
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudkmsV1
18
18
  # Version of the google-apis-cloudkms_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210312"
25
+ REVISION = "20210410"
26
26
  end
27
27
  end
28
28
  end
@@ -88,7 +88,7 @@ module Google
88
88
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
89
  # AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
- # The maximum number of results to return. If not set, the service will select a
91
+ # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
93
93
  # @param [String] page_token
94
94
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudkms_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudkms_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Key Management Service (KMS) API V1