google-apis-storage_v1 0.42.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: f0d27e1f5816add42a6b30d40f3965f03e5d7134fc5f534d826fd54fddc27d79
4
- data.tar.gz: 3432572957fd577ec18c80ab0c6d6551e926e237989f34c4bd2b6771f6d4b9ff
3
+ metadata.gz: db2c5b0c0f27e2492f68f0d6b567f9e0f9836fff031d7ca4f36ae3cd43baad0c
4
+ data.tar.gz: 07b9c9f3590d43a55247ddbc43a6464189f3ed69545b318f1c3a5d71f947dec1
5
5
  SHA512:
6
- metadata.gz: e77cdfa2248dccd3b31890317633baac88420190c4dd2b76ecfcc423fcb80fe789f71dc12903610609e663eab151366cef49771ea636563fd6f56334e401216f
7
- data.tar.gz: de8c652fc2682caf03c494440955c90c29ea79d62f0b744c3d9f9487ae9234e37ec4d825e2945177a145547c82af65dcd3150a64fdbadb69d20b411a0d2208c3
6
+ metadata.gz: cf6db1090e0a02d8a7ab7a8b7019bc943ea50a74448542bb2fc32607fd39687e19ab92315230398d83c8538349bc3fd079022a35d55b0f04567ee8a8f01ca8d0
7
+ data.tar.gz: 81c92691c9a908b1776916ada6e42c8d39473ee5bd74718ca51f5409185acd510255c8f5b8cbccd0ebb063cb605797f120c4149a04cae0e27d2f2f891a7d22ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.43.0 (2024-08-18)
8
+
9
+ * Regenerated from discovery document revision 20240809
10
+
3
11
  ### v0.42.0 (2024-08-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240805
@@ -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]
@@ -241,15 +246,16 @@ module Google
241
246
  # @return [Hash<String,String>]
242
247
  attr_accessor :labels
243
248
 
244
- # The bucket's lifecycle configuration. See lifecycle management for more
245
- # information.
249
+ # The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
250
+ # google.com/storage/docs/lifecycle) for more information.
246
251
  # Corresponds to the JSON property `lifecycle`
247
252
  # @return [Google::Apis::StorageV1::Bucket::Lifecycle]
248
253
  attr_accessor :lifecycle
249
254
 
250
255
  # The location of the bucket. Object data for objects in the bucket resides in
251
- # physical storage within this region. Defaults to US. See the developer's guide
252
- # for the authoritative list.
256
+ # physical storage within this region. Defaults to US. See the [Developer's
257
+ # Guide](https://cloud.google.com/storage/docs/locations) for the authoritative
258
+ # list.
253
259
  # Corresponds to the JSON property `location`
254
260
  # @return [String]
255
261
  attr_accessor :location
@@ -332,13 +338,18 @@ module Google
332
338
  # @return [Google::Apis::StorageV1::Bucket::SoftDeletePolicy]
333
339
  attr_accessor :soft_delete_policy
334
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
+
335
346
  # The bucket's default storage class, used whenever no storageClass is specified
336
347
  # for a newly-created object. This defines how objects in the bucket are stored
337
348
  # and determines the SLA and the cost of storage. Values include MULTI_REGIONAL,
338
349
  # REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and
339
350
  # DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket
340
- # is created, it will default to STANDARD. For more information, see storage
341
- # classes.
351
+ # is created, it will default to STANDARD. For more information, see [Storage
352
+ # Classes](https://cloud.google.com/storage/docs/storage-classes).
342
353
  # Corresponds to the JSON property `storageClass`
343
354
  # @return [String]
344
355
  attr_accessor :storage_class
@@ -359,8 +370,8 @@ module Google
359
370
  attr_accessor :versioning
360
371
 
361
372
  # The bucket's website configuration, controlling how the service behaves when
362
- # accessing bucket contents as a web site. See the Static Website Examples for
363
- # more information.
373
+ # accessing bucket contents as a web site. See the [Static Website Examples](
374
+ # https://cloud.google.com/storage/docs/static-website) for more information.
364
375
  # Corresponds to the JSON property `website`
365
376
  # @return [Google::Apis::StorageV1::Bucket::Website]
366
377
  attr_accessor :website
@@ -381,6 +392,7 @@ module Google
381
392
  @encryption = args[:encryption] if args.key?(:encryption)
382
393
  @etag = args[:etag] if args.key?(:etag)
383
394
  @generation = args[:generation] if args.key?(:generation)
395
+ @hard_delete_time = args[:hard_delete_time] if args.key?(:hard_delete_time)
384
396
  @hierarchical_namespace = args[:hierarchical_namespace] if args.key?(:hierarchical_namespace)
385
397
  @iam_configuration = args[:iam_configuration] if args.key?(:iam_configuration)
386
398
  @id = args[:id] if args.key?(:id)
@@ -402,6 +414,7 @@ module Google
402
414
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
403
415
  @self_link = args[:self_link] if args.key?(:self_link)
404
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)
405
418
  @storage_class = args[:storage_class] if args.key?(:storage_class)
406
419
  @time_created = args[:time_created] if args.key?(:time_created)
407
420
  @updated = args[:updated] if args.key?(:updated)
@@ -751,8 +764,8 @@ module Google
751
764
  end
752
765
  end
753
766
 
754
- # The bucket's lifecycle configuration. See lifecycle management for more
755
- # information.
767
+ # The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
768
+ # google.com/storage/docs/lifecycle) for more information.
756
769
  class Lifecycle
757
770
  include Google::Apis::Core::Hashable
758
771
 
@@ -1096,8 +1109,8 @@ module Google
1096
1109
  end
1097
1110
 
1098
1111
  # The bucket's website configuration, controlling how the service behaves when
1099
- # accessing bucket contents as a web site. See the Static Website Examples for
1100
- # more information.
1112
+ # accessing bucket contents as a web site. See the [Static Website Examples](
1113
+ # https://cloud.google.com/storage/docs/static-website) for more information.
1101
1114
  class Website
1102
1115
  include Google::Apis::Core::Hashable
1103
1116
 
@@ -2297,7 +2310,8 @@ module Google
2297
2310
 
2298
2311
  # CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in
2299
2312
  # big-endian byte order. For more information about using the CRC32c checksum,
2300
- # see Hashes and ETags: Best Practices.
2313
+ # see [Data Validation and Change Detection](https://cloud.google.com/storage/
2314
+ # docs/data-validation).
2301
2315
  # Corresponds to the JSON property `crc32c`
2302
2316
  # @return [String]
2303
2317
  attr_accessor :crc32c
@@ -2364,7 +2378,8 @@ module Google
2364
2378
  attr_accessor :kms_key_name
2365
2379
 
2366
2380
  # MD5 hash of the data; encoded using base64. For more information about using
2367
- # the MD5 hash, see Hashes and ETags: Best Practices.
2381
+ # the MD5 hash, see [Data Validation and Change Detection](https://cloud.google.
2382
+ # com/storage/docs/data-validation).
2368
2383
  # Corresponds to the JSON property `md5Hash`
2369
2384
  # @return [String]
2370
2385
  attr_accessor :md5_hash
@@ -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.42.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 = "20240805"
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
 
@@ -2897,7 +2897,8 @@ module Google
2897
2897
  # The project to be billed for this request. Required for Requester Pays buckets.
2898
2898
  # @param [Boolean] versions
2899
2899
  # If true, lists all versions of an object as distinct results. The default is
2900
- # false. For more information, see Object Versioning.
2900
+ # false. For more information, see [Object Versioning](https://cloud.google.com/
2901
+ # storage/docs/object-versioning).
2901
2902
  # @param [String] fields
2902
2903
  # Selector specifying which fields to include in a partial response.
2903
2904
  # @param [String] quota_user
@@ -3023,7 +3024,8 @@ module Google
3023
3024
  # Name of the bucket in which the object resides.
3024
3025
  # @param [String] object
3025
3026
  # Name of the object. For information about how to URL encode object names to be
3026
- # path safe, see Encoding URI Path Parts.
3027
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
3028
+ # request-endpoints#encoding).
3027
3029
  # @param [Fixnum] generation
3028
3030
  # Selects a specific revision of this object.
3029
3031
  # @param [Boolean] copy_source_acl
@@ -3419,7 +3421,8 @@ module Google
3419
3421
  # The project to be billed for this request. Required for Requester Pays buckets.
3420
3422
  # @param [Boolean] versions
3421
3423
  # If true, lists all versions of an object as distinct results. The default is
3422
- # false. For more information, see Object Versioning.
3424
+ # false. For more information, see [Object Versioning](https://cloud.google.com/
3425
+ # storage/docs/object-versioning).
3423
3426
  # @param [String] fields
3424
3427
  # Selector specifying which fields to include in a partial response.
3425
3428
  # @param [String] quota_user
@@ -3747,8 +3750,9 @@ module Google
3747
3750
  execute_or_queue_command(command, &block)
3748
3751
  end
3749
3752
 
3750
- # Updates the state of an HMAC key. See the HMAC Key resource descriptor for
3751
- # valid states.
3753
+ # Updates the state of an HMAC key. See the [HMAC Key resource descriptor](https:
3754
+ # //cloud.google.com/storage/docs/json_api/v1/projects/hmacKeys/update#request-
3755
+ # body) for valid states.
3752
3756
  # @param [String] project_id
3753
3757
  # Project ID owning the service account of the updated key.
3754
3758
  # @param [String] access_id
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.42.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 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.42.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: []