google-apis-storage_v1 0.34.0 → 0.35.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 +5 -0
- data/lib/google/apis/storage_v1/gem_version.rb +3 -3
- data/lib/google/apis/storage_v1/service.rb +1 -4
- 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: a3522ac032b4b1e173298c08f3cc2a867cd4aed8bde43a7050fc7e5f6ca64700
|
4
|
+
data.tar.gz: 9dfa3e447fc6e94a24c9e5de78a7c153ee44e9e03c40f4f2bf7c148bdc5218ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6880d824c48c89fc9fe891d8a3a569893463d18f5f15e3c1f96f6567833f2fbea414056dab5e4c3235129293c88a8162dd66d9aa8331292fba7b44075c94bfce
|
7
|
+
data.tar.gz: a55d673207269839d2c5c88ea9d5f1232b4a1fc862149b736473c0e8d9172e055a852c2647ab0df2a2f6f4ad06d493fe29afea12cfb6cf6a9f8d6f4ec572607f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-storage_v1
|
2
2
|
|
3
|
+
### v0.35.0 (2024-03-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240307
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
3
8
|
### v0.34.0 (2024-02-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240209
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2927,7 +2927,6 @@ module Google
|
|
2927
2927
|
# @param [String] object
|
2928
2928
|
# Name of the object. For information about how to URL encode object names to be
|
2929
2929
|
# path safe, see Encoding URI Path Parts.
|
2930
|
-
# @param [Google::Apis::StorageV1::Object] object_object
|
2931
2930
|
# @param [Boolean] copy_source_acl
|
2932
2931
|
# If true, copies the source object's ACL; otherwise, uses the bucket's default
|
2933
2932
|
# object ACL. The default is false.
|
@@ -2969,10 +2968,8 @@ module Google
|
|
2969
2968
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2970
2969
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2971
2970
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2972
|
-
def restore_object(bucket, object,
|
2971
|
+
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)
|
2973
2972
|
command = make_simple_command(:post, 'b/{bucket}/o/{object}/restore', options)
|
2974
|
-
command.request_representation = Google::Apis::StorageV1::Object::Representation
|
2975
|
-
command.request_object = object_object
|
2976
2973
|
command.response_representation = Google::Apis::StorageV1::Object::Representation
|
2977
2974
|
command.response_class = Google::Apis::StorageV1::Object
|
2978
2975
|
command.params['bucket'] = bucket unless bucket.nil?
|
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.35.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-03-10 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.35.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: []
|