google-apis-storage_v1 0.36.0 → 0.37.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 +4 -0
- data/lib/google/apis/storage_v1/gem_version.rb +2 -2
- data/lib/google/apis/storage_v1/service.rb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb5c319ac1e893c59d0314396ade07732ad7156c8b53d00c739388d1b9b1860b
|
4
|
+
data.tar.gz: 948b7976d4378dbb7fc80a9e50a659651ba893275eded08d056954000b06e41a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9b7d8fee463465a1f1c973a7d48418c884058e00fb749dd9c82d30f4d2779e3e31984dc5331b1692e484a5f5faa44eba4c44fe5c7806eaaf36f44b6418164ae
|
7
|
+
data.tar.gz: 727f30677787f8d96d9a35cd686e9d0d270601048a33c12f34efdfb74a1879a00e28cab334eecfdb3961f7e515637058999dd81bb1dbdd69ce2a013ad56308aa
|
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.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.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.37.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-03-
|
11
|
+
date: 2024-03-24 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-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.37.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: []
|