google-apis-storage_v1 0.36.0 → 0.38.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/storage_v1/gem_version.rb +3 -3
- data/lib/google/apis/storage_v1/service.rb +3 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88a91caa26163b4a6b64253b83af83f2397f8dfd93b50cb3d23feb64a75053d6
|
4
|
+
data.tar.gz: a6cc7e5671c9b126d2759ea3a63791f2f0f378524a48705f189a476850fd2526
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98314f2c5df04cfdd12e6225f13a893d6fbec6d0f711b985e649badabc0cfb394b8b01b0953000494d4857a1edca9157577a4f5bc251865cfd7e419e263c918d
|
7
|
+
data.tar.gz: '09bfb8ec0604bd00b9433addd0a9d28cc499d4d7f2b8092c6ea8c10a78b73a8ff2af6c24527d2f077de2fe06cf2ff4890f571ef3aebfcaf7c43bbdd6b60fb8a2'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-storage_v1
|
2
2
|
|
3
|
+
### v0.38.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.37.0 (2024-03-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240319
|
10
|
+
|
3
11
|
### v0.36.0 (2024-03-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240311
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2932,6 +2932,8 @@ module Google
|
|
2932
2932
|
# @param [String] object
|
2933
2933
|
# Name of the object. For information about how to URL encode object names to be
|
2934
2934
|
# path safe, see Encoding URI Path Parts.
|
2935
|
+
# @param [Fixnum] generation
|
2936
|
+
# Selects a specific revision of this object.
|
2935
2937
|
# @param [Boolean] copy_source_acl
|
2936
2938
|
# If true, copies the source object's ACL; otherwise, uses the bucket's default
|
2937
2939
|
# object ACL. The default is false.
|
@@ -2973,7 +2975,7 @@ module Google
|
|
2973
2975
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2974
2976
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2975
2977
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2976
|
-
def restore_object(bucket, object, copy_source_acl: nil, if_generation_match: nil, if_generation_not_match: nil, if_metageneration_match: nil, if_metageneration_not_match: nil, projection: nil, user_project: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
2978
|
+
def restore_object(bucket, object, generation, copy_source_acl: nil, if_generation_match: nil, if_generation_not_match: nil, if_metageneration_match: nil, if_metageneration_not_match: nil, projection: nil, user_project: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
2977
2979
|
command = make_simple_command(:post, 'b/{bucket}/o/{object}/restore', options)
|
2978
2980
|
command.response_representation = Google::Apis::StorageV1::Object::Representation
|
2979
2981
|
command.response_class = Google::Apis::StorageV1::Object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.38.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-
|
11
|
+
date: 2024-05-19 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.
|
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.
|
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-storage_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|