google-apis-storage_v1 0.36.0 → 0.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16fadaa64ff863b9d7a4a789b03d94c1c96efbe08d57b65c909e01d43de0f154
4
- data.tar.gz: 5f6e0ae89806addc4fce53077be0c33736af2939a025b2ac7bb64bfc7facd664
3
+ metadata.gz: bb5c319ac1e893c59d0314396ade07732ad7156c8b53d00c739388d1b9b1860b
4
+ data.tar.gz: 948b7976d4378dbb7fc80a9e50a659651ba893275eded08d056954000b06e41a
5
5
  SHA512:
6
- metadata.gz: d539ea13cdca75ee09abf3d47d5f6a7f6b12bc9ae3b5a4cc12d769d0b21e0f0fb5a0f83125092611f2e1c179efc4c0e6db7a2763cf3d0e137e7b870ad046674d
7
- data.tar.gz: b3a60171672f470d2fd03653bf55fcb8e257fdab8af5b7d8796d87f6a25ada43c4fc6d9b2b5c87aa29aa9954cefa0d2dd8430aa8dd7c54a29a132a237162b696
6
+ metadata.gz: b9b7d8fee463465a1f1c973a7d48418c884058e00fb749dd9c82d30f4d2779e3e31984dc5331b1692e484a5f5faa44eba4c44fe5c7806eaaf36f44b6418164ae
7
+ data.tar.gz: 727f30677787f8d96d9a35cd686e9d0d270601048a33c12f34efdfb74a1879a00e28cab334eecfdb3961f7e515637058999dd81bb1dbdd69ce2a013ad56308aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.37.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240319
6
+
3
7
  ### v0.36.0 (2024-03-17)
4
8
 
5
9
  * 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.36.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 = "20240311"
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.36.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-17 00:00:00.000000000 Z
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.36.0
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: []