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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c69a4b56232828f190fe20213f6bb2c59aea00ca517998487e7ad835ddeb0310
4
- data.tar.gz: 806fe39c91bcfcdda4056c2ca5677d254e2d37ff2c5b7b3cb3514d2cd266e9eb
3
+ metadata.gz: a3522ac032b4b1e173298c08f3cc2a867cd4aed8bde43a7050fc7e5f6ca64700
4
+ data.tar.gz: 9dfa3e447fc6e94a24c9e5de78a7c153ee44e9e03c40f4f2bf7c148bdc5218ef
5
5
  SHA512:
6
- metadata.gz: 76add35f6940017d850502ae3b5b1aad14f12c77862866a64a543e4709db1de9a76a13510e6fbe12e32f076dd9aecb7c8e09f6c48c6b3abbd5e28a12f10abf29
7
- data.tar.gz: a76530f4d9cd96ea057c0b38fc479c9c31dfc9a98cdece7ff18a65655871ef67ad2aebbf768770ac1fdf29ff27d07f186a23ab5c9fcda5b4f4267d1e366b43b6
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.34.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.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240209"
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, object_object = nil, 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)
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.34.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-02-25 00:00:00.000000000 Z
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.34.0
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: []