google-apis-sheets_v4 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53eb53d8771048e1fbf464da220dbfb4aa53f7a4bd23a9182ef7051e08bff2dc
4
- data.tar.gz: b8cddbe3d1be68ee301d5d6c7f88a350f2d6cb7b1e790a4d5ba3a60a8b80f6cf
3
+ metadata.gz: 7ed12962927fc4ddf8100ec0f875a594efedc9016237c91a88ad7388766b1f1b
4
+ data.tar.gz: ab66f98bb0cb18c96b2c90518c336bcbfa06b224287c341cde90501bc9bbf854
5
5
  SHA512:
6
- metadata.gz: 0e5778d4eda5041b5d62b5ca7703411367f08dde158851d160432cf9c195f8d34e4f83803867ac7c2fac451d0067ebd6aff22c3eb54b49093ee86a71cd83ef5a
7
- data.tar.gz: c1d57c3eead46a2d51915b61845c1e33bdde2b2556ff43ebe8de0aa8957add0bc1ba8dbf25b5e5daef51e678e7a09ebed2ce18dbeed701e4c6e3dafd61d0e0d2
6
+ metadata.gz: 383de88557577fedf57af51eeb87d029e93e92e8edb020c06ea662909d09671784cbddb2849197e1e7ba450452b560ae853376b4bc065e1023f91b36bac11688
7
+ data.tar.gz: 4bc59adfa0cb7a482b50fd96f9664c86c2cfcf3b3c5ff266680f6668b5294f46ece8a393993607a990fd66d72999c8aac56a24c3e66aa40674f5355acda10c60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.32.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240514
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.31.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240423
@@ -2420,7 +2420,7 @@ module Google
2420
2420
  # @return [Google::Apis::SheetsV4::DataSourceObjectReference]
2421
2421
  attr_accessor :reference
2422
2422
 
2423
- # The status of a refresh cancellation. You can send cancel request to
2423
+ # The status of a refresh cancellation. You can send a cancel request to
2424
2424
  # explicitly cancel one or multiple data source object refreshes.
2425
2425
  # Corresponds to the JSON property `refreshCancellationStatus`
2426
2426
  # @return [Google::Apis::SheetsV4::RefreshCancellationStatus]
@@ -7799,7 +7799,7 @@ module Google
7799
7799
  end
7800
7800
  end
7801
7801
 
7802
- # The status of a refresh cancellation. You can send cancel request to
7802
+ # The status of a refresh cancellation. You can send a cancel request to
7803
7803
  # explicitly cancel one or multiple data source object refreshes.
7804
7804
  class RefreshCancellationStatus
7805
7805
  include Google::Apis::Core::Hashable
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240423"
25
+ REVISION = "20240514"
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.31.0
4
+ version: 0.32.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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.32.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: []