google-apis-storage_v1 0.57.0 → 0.58.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c13f0fc72fa6bf0d52c750f1f086c54cef55af5463eb65182ee0dbd6c26123e2
|
|
4
|
+
data.tar.gz: 4a6474808eecc5b6740099791daa3f6f7a252ad3e6c24a129d1810a1657df88d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0b3bec73eed33523340d431c61116ac133f40c454f31eec49459907a49eed415cd2aaab4a6c624ed9ef696420455bc0a39c14e783f172157a0998dede74dd07
|
|
7
|
+
data.tar.gz: 720de7a9ef4dbed6ec03aa129923b6749606de0aee8aad48e877ba2c1246819785bee7160600ab2c98ee8593d78f0edbd6c299ead2bb2fc5ea8397b3c929609c
|
data/CHANGELOG.md
CHANGED
|
@@ -1718,6 +1718,12 @@ module Google
|
|
|
1718
1718
|
class ComposeRequest
|
|
1719
1719
|
include Google::Apis::Core::Hashable
|
|
1720
1720
|
|
|
1721
|
+
# If true, the source objects will be deleted.
|
|
1722
|
+
# Corresponds to the JSON property `deleteSourceObjects`
|
|
1723
|
+
# @return [Boolean]
|
|
1724
|
+
attr_accessor :delete_source_objects
|
|
1725
|
+
alias_method :delete_source_objects?, :delete_source_objects
|
|
1726
|
+
|
|
1721
1727
|
# An object.
|
|
1722
1728
|
# Corresponds to the JSON property `destination`
|
|
1723
1729
|
# @return [Google::Apis::StorageV1::Object]
|
|
@@ -1739,6 +1745,7 @@ module Google
|
|
|
1739
1745
|
|
|
1740
1746
|
# Update properties of this object
|
|
1741
1747
|
def update!(**args)
|
|
1748
|
+
@delete_source_objects = args[:delete_source_objects] if args.key?(:delete_source_objects)
|
|
1742
1749
|
@destination = args[:destination] if args.key?(:destination)
|
|
1743
1750
|
@kind = args[:kind] if args.key?(:kind)
|
|
1744
1751
|
@source_objects = args[:source_objects] if args.key?(:source_objects)
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -919,6 +919,7 @@ module Google
|
|
|
919
919
|
class ComposeRequest
|
|
920
920
|
# @private
|
|
921
921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
922
|
+
property :delete_source_objects, as: 'deleteSourceObjects'
|
|
922
923
|
property :destination, as: 'destination', class: Google::Apis::StorageV1::Object, decorator: Google::Apis::StorageV1::Object::Representation
|
|
923
924
|
|
|
924
925
|
property :kind, as: 'kind'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|