google-apis-storage_v1 0.62.0 → 0.63.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: 81020ad9c821196d064eb7c3a5ef8bf195bd8c1f7daedd08e00f4caa9ac76fe2
4
- data.tar.gz: b5608f9234bba7d086935db6acdbe30504022516af62aa15b6c650103f085162
3
+ metadata.gz: e3f6d212025eb57b7c7ba8e4ec054f2dd6b4c29ff0c04fc795e4082abc29de34
4
+ data.tar.gz: 5c413dd0a2fba1d7b5db744b2d1a14b408fe2b5db276865848a89e1b7947c33d
5
5
  SHA512:
6
- metadata.gz: 29ba4e4e3396a31bd1591adc5ec7622bc89a2e8c41c33b33e2ec2e275e3d93f6fc6f707f3488946e8258b0d1c1e7990656e9f3ae7a11de4567032f816c848608
7
- data.tar.gz: 2c98152d39f6ee24d3d06b7837a4dd77c1e38447e352b85baf0693b63af5173c58c592de181d5c29ef4fc4f586f79cebb98effd220e07058344ce232c2c851bb
6
+ metadata.gz: 92bf5cd9e4e0a2b64d54338ca83e9440ce2719236faf6c79461358dd10bd1feee8fff68ec949566a3811fef3ad0eefd32687a79ec335adde5020fb270f1b9265
7
+ data.tar.gz: 5df3133a8c12d1137efdfbe1bb772951725802377a259600f0d017d734e609f53c51ca3ddeee0afbfb813c3bb025f2d7fed2987d99e72feb05017be614baa634
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.63.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260524
6
+
3
7
  ### v0.62.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260408
@@ -1089,6 +1089,16 @@ module Google
1089
1089
  # @return [Fixnum]
1090
1090
  attr_accessor :num_newer_versions
1091
1091
 
1092
+ # Objects having a size greater than this value in bytes will be matched.
1093
+ # Corresponds to the JSON property `sizeAboveBytes`
1094
+ # @return [Fixnum]
1095
+ attr_accessor :size_above_bytes
1096
+
1097
+ # Objects having a size less than this value in bytes will be matched.
1098
+ # Corresponds to the JSON property `sizeBelowBytes`
1099
+ # @return [Fixnum]
1100
+ attr_accessor :size_below_bytes
1101
+
1092
1102
  def initialize(**args)
1093
1103
  update!(**args)
1094
1104
  end
@@ -1107,6 +1117,8 @@ module Google
1107
1117
  @matches_suffix = args[:matches_suffix] if args.key?(:matches_suffix)
1108
1118
  @noncurrent_time_before = args[:noncurrent_time_before] if args.key?(:noncurrent_time_before)
1109
1119
  @num_newer_versions = args[:num_newer_versions] if args.key?(:num_newer_versions)
1120
+ @size_above_bytes = args[:size_above_bytes] if args.key?(:size_above_bytes)
1121
+ @size_below_bytes = args[:size_below_bytes] if args.key?(:size_below_bytes)
1110
1122
  end
1111
1123
  end
1112
1124
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StorageV1
18
18
  # Version of the google-apis-storage_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260408"
25
+ REVISION = "20260524"
26
26
  end
27
27
  end
28
28
  end
@@ -747,6 +747,8 @@ module Google
747
747
  property :noncurrent_time_before, as: 'noncurrentTimeBefore', type: Date
748
748
 
749
749
  property :num_newer_versions, as: 'numNewerVersions'
750
+ property :size_above_bytes, :numeric_string => true, as: 'sizeAboveBytes'
751
+ property :size_below_bytes, :numeric_string => true, as: 'sizeBelowBytes'
750
752
  end
751
753
  end
752
754
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
62
62
  rdoc_options: []
63
63
  require_paths: