google-apis-storage_v1 0.66.0 → 0.67.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: 2d0232f4dbc08b1beac3c40674573210438387d3c08729d3fe922cae13434c09
4
- data.tar.gz: 99ae97b07dc723638545ef620c6427e1f2a456dbc9fcd9ae9228d95c51421abb
3
+ metadata.gz: c1a9469e31d95dfaf22cbb287d90cde1eca1086325d69234cd77c19361693fa8
4
+ data.tar.gz: 0c33790ad84496f4ee5656cfb26824f8a038cddb4c81a28695276c34beb098d7
5
5
  SHA512:
6
- metadata.gz: 13c2d1b474f335a9ce484ae88842a5b2610657e9d4f3e5e7192312983ae38f5dce418f705b960d19d32b2ff35dc17351eece361190727e46f970da9c6e716de0
7
- data.tar.gz: 1f685cb88febc43cf2f77231109d838c08dbbf4aa3462e8279ba57b6c7f784951d5a02ec7619541dbbe7158ea1d98d0b764984925d76694a7e0c40a8e96d4cc2
6
+ metadata.gz: d93d7a011b93388925e4a8e6d6e5ccb92204ad89d2f23003fb4ad6e5985609d88e23232dee7e1bbe17ec6f546002e19ec35c76a4827b448b337ecca17795838b
7
+ data.tar.gz: d3c9730aa73eff8b23108b525eb24f4587a22f9b8ef5d55f7856b31b77de01d265263d5a3b0e758ba730f21eb8d256f8a1c71292e067a5b1801adf9d32c95fa6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.67.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260821
6
+
3
7
  ### v0.66.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260805
@@ -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.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260805"
25
+ REVISION = "20260821"
26
26
  end
27
27
  end
28
28
  end
@@ -2551,8 +2551,13 @@ module Google
2551
2551
  # @param [String] destination_predefined_acl
2552
2552
  # Apply a predefined set of access controls to the destination object.
2553
2553
  # @param [Array<String>, String] drop_context_groups
2554
- # Specifies which groups of Object Contexts from the source object(s) should be
2555
- # dropped from the destination object.
2554
+ # Specifies which object context groups to drop from the source object(s) during
2555
+ # a compose operation. The accepted value is 'custom'.
2556
+ # Destination contexts behave as follows:
2557
+ # - When request body contexts are provided, they override all source contexts.
2558
+ # - When no request body contexts are provided, source contexts are preserved
2559
+ # unless 'dropContextGroups' contains 'custom', in which case all contexts are
2560
+ # dropped.
2556
2561
  # @param [Fixnum] if_generation_match
2557
2562
  # Makes the operation conditional on whether the object's current generation
2558
2563
  # matches the given value. Setting to 0 makes the operation succeed only if
@@ -3370,8 +3375,13 @@ module Google
3370
3375
  # @param [String] destination_predefined_acl
3371
3376
  # Apply a predefined set of access controls to the destination object.
3372
3377
  # @param [Array<String>, String] drop_context_groups
3373
- # Specifies which groups of Object Contexts from the source object should be
3374
- # dropped from the destination object.
3378
+ # Specifies which object context groups to drop from the source object during a
3379
+ # copy operation. The accepted value is 'custom'.
3380
+ # Destination contexts behave as follows:
3381
+ # - When request body contexts are provided, they override all source contexts.
3382
+ # - When no request body contexts are provided, source contexts are preserved
3383
+ # unless 'dropContextGroups' contains 'custom', in which case all contexts are
3384
+ # dropped.
3375
3385
  # @param [Fixnum] if_generation_match
3376
3386
  # Makes the operation conditional on whether the object's current generation
3377
3387
  # matches the given value. Setting to 0 makes the operation succeed only if
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.66.0
4
+ version: 0.67.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.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.67.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: