google-apis-storage_v1 0.55.0 → 0.56.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: 1be8f7fbd87aa2831b6f9d6355a0f0933a530a7b986e77b0e2cf34b832225dfd
|
4
|
+
data.tar.gz: 9f5f0e6ce00326243a02e36558118d6bedf93c5e5595eae5c660ff875c91f42e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1db84f3cbf54976e3625ed3a5b98397d4e70d65e8c36bec15b3e018609395e75d636412cecfa82887653112746b2e099a3564f6a17f7d8587536aa6d4a9c8d32
|
7
|
+
data.tar.gz: '084a24cb1afd974f251b2e7ee3a2d2776f19ddb61b1f11fcb3f26cc6f40f5be1f9c705ecf604a6c019fefdb77bba597c1aaa3ca451171718d275317a5d68e845'
|
data/CHANGELOG.md
CHANGED
@@ -1586,6 +1586,16 @@ module Google
|
|
1586
1586
|
attr_accessor :copy_source_acl
|
1587
1587
|
alias_method :copy_source_acl?, :copy_source_acl
|
1588
1588
|
|
1589
|
+
# Restores only the objects that were created after this time.
|
1590
|
+
# Corresponds to the JSON property `createdAfterTime`
|
1591
|
+
# @return [DateTime]
|
1592
|
+
attr_accessor :created_after_time
|
1593
|
+
|
1594
|
+
# Restores only the objects that were created before this time.
|
1595
|
+
# Corresponds to the JSON property `createdBeforeTime`
|
1596
|
+
# @return [DateTime]
|
1597
|
+
attr_accessor :created_before_time
|
1598
|
+
|
1589
1599
|
# Restores only the objects matching any of the specified glob(s). If this
|
1590
1600
|
# parameter is not specified, all objects will be restored within the specified
|
1591
1601
|
# time range.
|
@@ -1611,6 +1621,8 @@ module Google
|
|
1611
1621
|
def update!(**args)
|
1612
1622
|
@allow_overwrite = args[:allow_overwrite] if args.key?(:allow_overwrite)
|
1613
1623
|
@copy_source_acl = args[:copy_source_acl] if args.key?(:copy_source_acl)
|
1624
|
+
@created_after_time = args[:created_after_time] if args.key?(:created_after_time)
|
1625
|
+
@created_before_time = args[:created_before_time] if args.key?(:created_before_time)
|
1614
1626
|
@match_globs = args[:match_globs] if args.key?(:match_globs)
|
1615
1627
|
@soft_deleted_after_time = args[:soft_deleted_after_time] if args.key?(:soft_deleted_after_time)
|
1616
1628
|
@soft_deleted_before_time = args[:soft_deleted_before_time] if args.key?(:soft_deleted_before_time)
|
@@ -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.56.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 = "20250814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -887,6 +887,10 @@ module Google
|
|
887
887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
888
888
|
property :allow_overwrite, as: 'allowOverwrite'
|
889
889
|
property :copy_source_acl, as: 'copySourceAcl'
|
890
|
+
property :created_after_time, as: 'createdAfterTime', type: DateTime
|
891
|
+
|
892
|
+
property :created_before_time, as: 'createdBeforeTime', type: DateTime
|
893
|
+
|
890
894
|
collection :match_globs, as: 'matchGlobs'
|
891
895
|
property :soft_deleted_after_time, as: 'softDeletedAfterTime', type: DateTime
|
892
896
|
|
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.56.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.56.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:
|