google-apis-apikeys_v2 0.11.0 → 0.12.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: '094aa69fe3a8c2c743a82e7f73a308b741822187ca5661aabc39355e52cdb34c'
4
- data.tar.gz: 8d78039080b021cf0a94ace2d2725a5a673f75e7ea971e2ba58cfa76a333a992
3
+ metadata.gz: beb1dfc1965ba96db0c9f9e5e5e8fe114cd340f459b6e8291319f94e1db29ba3
4
+ data.tar.gz: f0b22cffb2627d9a06a46295fc4da4236753c381a7f25dcff52d62df80ddb9ac
5
5
  SHA512:
6
- metadata.gz: c2fbd7eaf9231720b2087bed97ab8b046da4e82ead067a6c53f07b4ad40b7b603f2823e3206144988bd34077186b8ec501068c200d9173862576e544a4fd4b08
7
- data.tar.gz: 6488315b39aae82bd7f9e426429dcdfd89a83588c21754a61b7db14c6b320dd7c9ed410f8a8cec123fffa389fefab32e7addfb085e2d91e78e7285f84e8b2788
6
+ metadata.gz: b51d94ef47cb261df84285872247e019c44bf01cd0ca3bdd79c6d8fc76261537f4110889f47018f1ecfc67d54eb5b62fac446bc89b415130677e041991df3ca3
7
+ data.tar.gz: 59aa2808e9dbb18e2091eba49e38c9697442053c7dd5cd6b119e415d02e8998c3fac7998464b0feb19c126a7a4d030b96bf9484b8fce3852bd8048b2cf77a01b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apikeys_v2
2
2
 
3
+ ### v0.12.0 (2022-04-20)
4
+
5
+ * Regenerated from discovery document revision 20220418
6
+
3
7
  ### v0.11.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20220405"
25
+ REVISION = "20220418"
26
26
  end
27
27
  end
28
28
  end
@@ -307,10 +307,10 @@ 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` and `
311
- # restrictions`. If an update mask is not provided, the service treats it as an
312
- # implied mask equivalent to all allowed fields that are set on the wire. If the
313
- # field mask has a special value "*", the service treats it equivalent to
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
314
  # replace all allowed mutable fields.
315
315
  # @param [String] fields
316
316
  # Selector specifying which fields to include in a partial response.
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.11.0
4
+ version: 0.12.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-11 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.12.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: []