google-apis-apikeys_v2 0.12.0 → 0.13.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: beb1dfc1965ba96db0c9f9e5e5e8fe114cd340f459b6e8291319f94e1db29ba3
4
- data.tar.gz: f0b22cffb2627d9a06a46295fc4da4236753c381a7f25dcff52d62df80ddb9ac
3
+ metadata.gz: 28d412ce4f36b712cbef0102aad8d7abd1abd4c7d44c73160121c4636e796719
4
+ data.tar.gz: 46cb12c6ce82a8c412d7ea9245ac45ea7606cb5daa4160a52ae4bf78032767d8
5
5
  SHA512:
6
- metadata.gz: b51d94ef47cb261df84285872247e019c44bf01cd0ca3bdd79c6d8fc76261537f4110889f47018f1ecfc67d54eb5b62fac446bc89b415130677e041991df3ca3
7
- data.tar.gz: 59aa2808e9dbb18e2091eba49e38c9697442053c7dd5cd6b119e415d02e8998c3fac7998464b0feb19c126a7a4d030b96bf9484b8fce3852bd8048b2cf77a01b
6
+ metadata.gz: 48065b34909635b0a1eefbb5a951e86dc3ad1c29e9f9d0a7a9c9df6a53e9b2402fbaf88707389387eac62d966e98dfc0abff23be42431aa352baee154ee55861
7
+ data.tar.gz: e360a7c95367b2b869acdb8b417fa967d4e3da6f7220f53de521e35bbe05110bd3b598685827bed8155024dcaf93e6d775dd80557f7396b2cdd7b91f20e22679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apikeys_v2
2
2
 
3
+ ### v0.13.0 (2022-06-01)
4
+
5
+ * Regenerated from discovery document revision 20220530
6
+
3
7
  ### v0.12.0 (2022-04-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220418
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApikeysV2
18
18
  # Version of the google-apis-apikeys_v2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220418"
25
+ REVISION = "20220530"
26
26
  end
27
27
  end
28
28
  end
@@ -307,11 +307,11 @@ module Google
307
307
  # @param [Google::Apis::ApikeysV2::V2Key] v2_key_object
308
308
  # @param [String] update_mask
309
309
  # The field mask specifies which fields to be updated as part of this request.
310
- # All other fields are ignored. Mutable fields are: `display_name`,`restrictions`
311
- # and `annotations`. If an update mask is not provided, the service treats it
312
- # as an implied mask equivalent to all allowed fields that are set on the wire.
313
- # If the field mask has a special value "*", the service treats it equivalent to
314
- # replace all allowed mutable fields.
310
+ # All other fields are ignored. Mutable fields are: `display_name`, `
311
+ # restrictions`, and `annotations`. If an update mask is not provided, the
312
+ # service treats it as an implied mask equivalent to all allowed fields that are
313
+ # set on the wire. If the field mask has a special value "*", the service treats
314
+ # it equivalent to replace all allowed mutable fields.
315
315
  # @param [String] fields
316
316
  # Selector specifying which fields to include in a partial response.
317
317
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apikeys_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-06-13 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-apikeys_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apikeys_v2
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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for API Keys API V2