google-apis-storage_v1 0.43.0 → 0.44.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db2c5b0c0f27e2492f68f0d6b567f9e0f9836fff031d7ca4f36ae3cd43baad0c
|
4
|
+
data.tar.gz: 07b9c9f3590d43a55247ddbc43a6464189f3ed69545b318f1c3a5d71f947dec1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf6db1090e0a02d8a7ab7a8b7019bc943ea50a74448542bb2fc32607fd39687e19ab92315230398d83c8538349bc3fd079022a35d55b0f04567ee8a8f01ca8d0
|
7
|
+
data.tar.gz: 81c92691c9a908b1776916ada6e42c8d39473ee5bd74718ca51f5409185acd510255c8f5b8cbccd0ebb063cb605797f120c4149a04cae0e27d2f2f891a7d22ca
|
data/CHANGELOG.md
CHANGED
@@ -209,6 +209,11 @@ module Google
|
|
209
209
|
# @return [Fixnum]
|
210
210
|
attr_accessor :generation
|
211
211
|
|
212
|
+
# The hard delete time of the bucket in RFC 3339 format.
|
213
|
+
# Corresponds to the JSON property `hardDeleteTime`
|
214
|
+
# @return [DateTime]
|
215
|
+
attr_accessor :hard_delete_time
|
216
|
+
|
212
217
|
# The bucket's hierarchical namespace configuration.
|
213
218
|
# Corresponds to the JSON property `hierarchicalNamespace`
|
214
219
|
# @return [Google::Apis::StorageV1::Bucket::HierarchicalNamespace]
|
@@ -333,6 +338,11 @@ module Google
|
|
333
338
|
# @return [Google::Apis::StorageV1::Bucket::SoftDeletePolicy]
|
334
339
|
attr_accessor :soft_delete_policy
|
335
340
|
|
341
|
+
# The soft delete time of the bucket in RFC 3339 format.
|
342
|
+
# Corresponds to the JSON property `softDeleteTime`
|
343
|
+
# @return [DateTime]
|
344
|
+
attr_accessor :soft_delete_time
|
345
|
+
|
336
346
|
# The bucket's default storage class, used whenever no storageClass is specified
|
337
347
|
# for a newly-created object. This defines how objects in the bucket are stored
|
338
348
|
# and determines the SLA and the cost of storage. Values include MULTI_REGIONAL,
|
@@ -382,6 +392,7 @@ module Google
|
|
382
392
|
@encryption = args[:encryption] if args.key?(:encryption)
|
383
393
|
@etag = args[:etag] if args.key?(:etag)
|
384
394
|
@generation = args[:generation] if args.key?(:generation)
|
395
|
+
@hard_delete_time = args[:hard_delete_time] if args.key?(:hard_delete_time)
|
385
396
|
@hierarchical_namespace = args[:hierarchical_namespace] if args.key?(:hierarchical_namespace)
|
386
397
|
@iam_configuration = args[:iam_configuration] if args.key?(:iam_configuration)
|
387
398
|
@id = args[:id] if args.key?(:id)
|
@@ -403,6 +414,7 @@ module Google
|
|
403
414
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
404
415
|
@self_link = args[:self_link] if args.key?(:self_link)
|
405
416
|
@soft_delete_policy = args[:soft_delete_policy] if args.key?(:soft_delete_policy)
|
417
|
+
@soft_delete_time = args[:soft_delete_time] if args.key?(:soft_delete_time)
|
406
418
|
@storage_class = args[:storage_class] if args.key?(:storage_class)
|
407
419
|
@time_created = args[:time_created] if args.key?(:time_created)
|
408
420
|
@updated = args[:updated] if args.key?(:updated)
|
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240819"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -462,6 +462,8 @@ module Google
|
|
462
462
|
|
463
463
|
property :etag, as: 'etag'
|
464
464
|
property :generation, :numeric_string => true, as: 'generation'
|
465
|
+
property :hard_delete_time, as: 'hardDeleteTime', type: DateTime
|
466
|
+
|
465
467
|
property :hierarchical_namespace, as: 'hierarchicalNamespace', class: Google::Apis::StorageV1::Bucket::HierarchicalNamespace, decorator: Google::Apis::StorageV1::Bucket::HierarchicalNamespace::Representation
|
466
468
|
|
467
469
|
property :iam_configuration, as: 'iamConfiguration', class: Google::Apis::StorageV1::Bucket::IamConfiguration, decorator: Google::Apis::StorageV1::Bucket::IamConfiguration::Representation
|
@@ -492,6 +494,8 @@ module Google
|
|
492
494
|
property :self_link, as: 'selfLink'
|
493
495
|
property :soft_delete_policy, as: 'softDeletePolicy', class: Google::Apis::StorageV1::Bucket::SoftDeletePolicy, decorator: Google::Apis::StorageV1::Bucket::SoftDeletePolicy::Representation
|
494
496
|
|
497
|
+
property :soft_delete_time, as: 'softDeleteTime', type: DateTime
|
498
|
+
|
495
499
|
property :storage_class, as: 'storageClass'
|
496
500
|
property :time_created, as: 'timeCreated', type: DateTime
|
497
501
|
|
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.44.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-08-
|
11
|
+
date: 2024-08-25 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.44.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: []
|