google-apis-storage_v1 0.43.0 → 0.44.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: 4147b062494ed402f9ce3cd0d92f27f082e9286f573e198986aa844aae277d88
4
- data.tar.gz: a9b998a64d28d1c07b6932d48a68e13b7a5591f7530028c52f643d4fe3016873
3
+ metadata.gz: db2c5b0c0f27e2492f68f0d6b567f9e0f9836fff031d7ca4f36ae3cd43baad0c
4
+ data.tar.gz: 07b9c9f3590d43a55247ddbc43a6464189f3ed69545b318f1c3a5d71f947dec1
5
5
  SHA512:
6
- metadata.gz: 528543b71faf74abf53a18615655ef827fc0c7189ff0389d5d391d5005fe9676e514424291d174c8e79297f495c59fba84c6acdd9cde0025d602cc11c15db5ee
7
- data.tar.gz: fb4c2ac87c4075ff8ed059caca50490d72600c30dbbad18b4be387e87c1c338c1bb1398e89d435da05964a11511a76af4a8014e9c8eb7696b11ab04cf13e80b6
6
+ metadata.gz: cf6db1090e0a02d8a7ab7a8b7019bc943ea50a74448542bb2fc32607fd39687e19ab92315230398d83c8538349bc3fd079022a35d55b0f04567ee8a8f01ca8d0
7
+ data.tar.gz: 81c92691c9a908b1776916ada6e42c8d39473ee5bd74718ca51f5409185acd510255c8f5b8cbccd0ebb063cb605797f120c4149a04cae0e27d2f2f891a7d22ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.44.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240819
6
+
3
7
  ### v0.43.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240809
@@ -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.43.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 = "20240809"
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.43.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-18 00:00:00.000000000 Z
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.43.0
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: []