google-apis-sheets_v4 0.15.0 → 0.16.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: 20c729355c3c19c326dfa64b89a180f1066667f702d296b8490d40889762de94
4
- data.tar.gz: 4393f67aee93918876ef91515729c08d4dddf67089f5c030e4a244a0e743999d
3
+ metadata.gz: bbd5c1e9d7d1138f760089477448fe1d5620c0c6c0857f46ab1438702a204674
4
+ data.tar.gz: d3e377c6b71b31c1420f42e29e8c795942348ffe4f868a443a30c1e6338fe953
5
5
  SHA512:
6
- metadata.gz: 983645d9eb2f5d24720d6bbec3f6e488bc47bd0611ea5763ec5da1a03e9b79e6dae6091b8b22add114a46ea54d8aa14c113c2bd62e3eccc99e33f64c7b8727a6
7
- data.tar.gz: 26145a799f440062bc13d4a624a4f2b26643d80de55e68e05cb9633129ba0101f07dc89e40833745bd02104cc6231c3a35088563463c4dfb2ae8261a5fe8fa10
6
+ metadata.gz: 2cec7a3cd3db51915cc4c31734d7187698aef4e9b72bfb13850a2d7d83f50350a69615641048870b365b3fc063adc4dbfb1401d53fb7325b6d19d13d3061bbf4
7
+ data.tar.gz: 7097c76319b2f7abb96a9a603dfdf867bf1957f012f3b2dae12bda161c43b3adf8768046554f8d2d0f2db535c865d3797a0feb9a5075154f6eea14c3d126471b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.16.0 (2022-06-22)
4
+
5
+ * Regenerated from discovery document revision 20220613
6
+ * Regenerated using generator version 0.7.0
7
+
3
8
  ### v0.15.0 (2022-06-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20220606
@@ -2627,7 +2627,7 @@ module Google
2627
2627
  # @return [String]
2628
2628
  attr_accessor :horizontal_alignment
2629
2629
 
2630
- # How a hyperlink, if it exists, should be displayed in the cell.
2630
+ # If one exists, how a hyperlink should be displayed in the cell.
2631
2631
  # Corresponds to the JSON property `hyperlinkDisplayType`
2632
2632
  # @return [String]
2633
2633
  attr_accessor :hyperlink_display_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SheetsV4
18
18
  # Version of the google-apis-sheets_v4 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220606"
25
+ REVISION = "20220613"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sheets_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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-sheets_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4
63
63
  post_install_message:
64
64
  rdoc_options: []