google-apis-sheets_v4 0.38.0 → 0.39.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: 03df7f34465367e7bdcdfd0a549e184e59b726f90720a702316f9c395a487073
4
- data.tar.gz: af3ccc96fde9599c9c423edec48d80d1fdbb81a5856ac34d1eeed444bbe12f69
3
+ metadata.gz: f801b72d0d557a3014db491b284b087b294d167319f313e7654c35af3afaf95a
4
+ data.tar.gz: 735fc8f7c4f74bca2aaff356970c0f4e6e391ce792a9bfc22f9d1165aa34b191
5
5
  SHA512:
6
- metadata.gz: cbae8afc010147611eb4f6a585c2eec1fe126611b842b91ceebdc5852ed4bea14b48f21d9c279681b14fdd5532d71f1394fd58075ca6138c9579594a709644a7
7
- data.tar.gz: e78dd39cc4af3cdf6c30385e80deb7e0ed9e7258290178225986ea7a2f290e2d9ba2fc8435c9fb932b12740576be4dc0a91f3dc65a6fb338e0a0ca31e6578755
6
+ metadata.gz: 2c33f5df075b9582a90fddba9f444df323b732114d3afd6e6234b26394c097b145146a693cb01aa5641ddfe18444d2700191ae7648f9e987c4fe0991f8468487
7
+ data.tar.gz: 670d7a9a161172862c86641f40178e18f2a61bc92d703fabe92ff2885868aeb4bdb68c91c5ebcab2e1026a07c68b98a6fe561765d59d5bc9759095d7dc8ca4e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.39.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.38.0 (2024-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20241008
@@ -8807,6 +8807,13 @@ module Google
8807
8807
  class SetDataValidationRequest
8808
8808
  include Google::Apis::Core::Hashable
8809
8809
 
8810
+ # Optional. If true, the data validation rule will be applied to the filtered
8811
+ # rows as well.
8812
+ # Corresponds to the JSON property `filteredRowsIncluded`
8813
+ # @return [Boolean]
8814
+ attr_accessor :filtered_rows_included
8815
+ alias_method :filtered_rows_included?, :filtered_rows_included
8816
+
8810
8817
  # A range on a sheet. All indexes are zero-based. Indexes are half open, i.e.
8811
8818
  # the start index is inclusive and the end index is exclusive -- [start_index,
8812
8819
  # end_index). Missing indexes indicate the range is unbounded on that side. For
@@ -8835,6 +8842,7 @@ module Google
8835
8842
 
8836
8843
  # Update properties of this object
8837
8844
  def update!(**args)
8845
+ @filtered_rows_included = args[:filtered_rows_included] if args.key?(:filtered_rows_included)
8838
8846
  @range = args[:range] if args.key?(:range)
8839
8847
  @rule = args[:rule] if args.key?(:rule)
8840
8848
  end
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241008"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -3812,6 +3812,7 @@ module Google
3812
3812
  class SetDataValidationRequest
3813
3813
  # @private
3814
3814
  class Representation < Google::Apis::Core::JsonRepresentation
3815
+ property :filtered_rows_included, as: 'filteredRowsIncluded'
3815
3816
  property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3816
3817
 
3817
3818
  property :rule, as: 'rule', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
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.38.0
4
+ version: 0.39.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-10-27 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.39.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: []
@@ -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.5.21
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Sheets API V4