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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/storage_v1/gem_version.rb +2 -2
- data/lib/google/apis/storage_v1/service.rb +14 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1a9469e31d95dfaf22cbb287d90cde1eca1086325d69234cd77c19361693fa8
|
|
4
|
+
data.tar.gz: 0c33790ad84496f4ee5656cfb26824f8a038cddb4c81a28695276c34beb098d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d93d7a011b93388925e4a8e6d6e5ccb92204ad89d2f23003fb4ad6e5985609d88e23232dee7e1bbe17ec6f546002e19ec35c76a4827b448b337ecca17795838b
|
|
7
|
+
data.tar.gz: d3c9730aa73eff8b23108b525eb24f4587a22f9b8ef5d55f7856b31b77de01d265263d5a3b0e758ba730f21eb8d256f8a1c71292e067a5b1801adf9d32c95fa6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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
|
|
2555
|
-
#
|
|
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
|
|
3374
|
-
#
|
|
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.
|
|
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.
|
|
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:
|