google-apis-storage_v1 0.23.0 → 0.24.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: 5bf44dcc9608305412965a53779bb848842e84e2a7a3e4ab2eed83d2dc3a423d
4
- data.tar.gz: 96b372ed51c3684b8187f361f64a7cdd10d1d7e0f42c5f8be7cca06f1f5c6462
3
+ metadata.gz: 5034469e0103790dd96ab06b044c987e1726521c6cc2d50f1331bb5d10101b27
4
+ data.tar.gz: 3e17a0ee65922e9228da5dfe56d6310e2bbe0bb5b23e7dd30e1a70aa1962bff3
5
5
  SHA512:
6
- metadata.gz: 669e1ac88fb1259fbfc402a19fe55efb04eaced1df5b05633435bc5aa49561fe2fb2d5e47b0c48b4dfeb0001d768aa23dc9b5f1e719809054727b75726bf7dfb
7
- data.tar.gz: c990b1fbc49a150918c3845ec311c750bfee49cc6f72b9841f621d41d7bcff6f714caf7ef5d2cf3f5830fe50c7f8b712b161418277d10e5ea517fe5f454a4bd2
6
+ metadata.gz: 9e4459da1abbfebbdbc48f5538fed89aff681f656e6da91d310fca43934cd8b9730eaffee6a9dc8d3b408ab7e27ec16a1fe3cbfe57cea53b65c594f764cb2e3c
7
+ data.tar.gz: 49bd875e7b6791bd67bb889e592a4f26831e1e12e7d9b2dcd6a81dcfd5f7155f5ae54d9b2cad78b4e7656d6110ca230e04c175e786a169adeab5685122ee4077
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.24.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.23.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230617
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230617"
25
+ REVISION = "20230710"
26
26
  end
27
27
  end
28
28
  end
@@ -1191,8 +1191,8 @@ module Google
1191
1191
  # Name of a bucket.
1192
1192
  # @param [String] object
1193
1193
  # Name of the object. For information about how to URL encode object names to be
1194
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1195
- # endpoints#encoding).
1194
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1195
+ # request-endpoints#encoding).
1196
1196
  # @param [String] entity
1197
1197
  # The entity holding the permission. Can be user-userId, user-emailAddress,
1198
1198
  # group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
@@ -1238,8 +1238,8 @@ module Google
1238
1238
  # Name of a bucket.
1239
1239
  # @param [String] object
1240
1240
  # Name of the object. For information about how to URL encode object names to be
1241
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1242
- # endpoints#encoding).
1241
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1242
+ # request-endpoints#encoding).
1243
1243
  # @param [String] entity
1244
1244
  # The entity holding the permission. Can be user-userId, user-emailAddress,
1245
1245
  # group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
@@ -1287,8 +1287,8 @@ module Google
1287
1287
  # Name of a bucket.
1288
1288
  # @param [String] object
1289
1289
  # Name of the object. For information about how to URL encode object names to be
1290
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1291
- # endpoints#encoding).
1290
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1291
+ # request-endpoints#encoding).
1292
1292
  # @param [Google::Apis::StorageV1::ObjectAccessControl] object_access_control_object
1293
1293
  # @param [Fixnum] generation
1294
1294
  # If present, selects a specific revision of this object (as opposed to the
@@ -1335,8 +1335,8 @@ module Google
1335
1335
  # Name of a bucket.
1336
1336
  # @param [String] object
1337
1337
  # Name of the object. For information about how to URL encode object names to be
1338
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1339
- # endpoints#encoding).
1338
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1339
+ # request-endpoints#encoding).
1340
1340
  # @param [Fixnum] generation
1341
1341
  # If present, selects a specific revision of this object (as opposed to the
1342
1342
  # latest version, the default).
@@ -1380,8 +1380,8 @@ module Google
1380
1380
  # Name of a bucket.
1381
1381
  # @param [String] object
1382
1382
  # Name of the object. For information about how to URL encode object names to be
1383
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1384
- # endpoints#encoding).
1383
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1384
+ # request-endpoints#encoding).
1385
1385
  # @param [String] entity
1386
1386
  # The entity holding the permission. Can be user-userId, user-emailAddress,
1387
1387
  # group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
@@ -1432,8 +1432,8 @@ module Google
1432
1432
  # Name of a bucket.
1433
1433
  # @param [String] object
1434
1434
  # Name of the object. For information about how to URL encode object names to be
1435
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1436
- # endpoints#encoding).
1435
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1436
+ # request-endpoints#encoding).
1437
1437
  # @param [String] entity
1438
1438
  # The entity holding the permission. Can be user-userId, user-emailAddress,
1439
1439
  # group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
@@ -1485,8 +1485,8 @@ module Google
1485
1485
  # stored in this bucket.
1486
1486
  # @param [String] destination_object
1487
1487
  # Name of the new object. For information about how to URL encode object names
1488
- # to be path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/
1489
- # request-endpoints#encoding).
1488
+ # to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/
1489
+ # storage/docs/request-endpoints#encoding).
1490
1490
  # @param [Google::Apis::StorageV1::ComposeRequest] compose_request_object
1491
1491
  # @param [String] destination_predefined_acl
1492
1492
  # Apply a predefined set of access controls to the destination object.
@@ -1546,13 +1546,13 @@ module Google
1546
1546
  # Name of the bucket in which to find the source object.
1547
1547
  # @param [String] source_object
1548
1548
  # Name of the source object. For information about how to URL encode object
1549
- # names to be path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/
1550
- # request-endpoints#encoding).
1549
+ # names to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/
1550
+ # storage/docs/request-endpoints#encoding).
1551
1551
  # @param [String] destination_bucket
1552
1552
  # Name of the bucket in which to store the new object. Overrides the provided
1553
1553
  # object metadata's bucket value, if any.For information about how to URL encode
1554
- # object names to be path safe, see [Encoding URI Path Parts](http://cloud/
1555
- # storage/docs/request-endpoints#encoding).
1554
+ # object names to be path safe, see [Encoding URI Path Parts](https://cloud.
1555
+ # google.com/storage/docs/request-endpoints#encoding).
1556
1556
  # @param [String] destination_object
1557
1557
  # Name of the new object. Required when the object metadata is not otherwise
1558
1558
  # provided. Overrides the object metadata's name value, if any.
@@ -1652,8 +1652,8 @@ module Google
1652
1652
  # Name of the bucket in which the object resides.
1653
1653
  # @param [String] object
1654
1654
  # Name of the object. For information about how to URL encode object names to be
1655
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1656
- # endpoints#encoding).
1655
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1656
+ # request-endpoints#encoding).
1657
1657
  # @param [Fixnum] generation
1658
1658
  # If present, permanently deletes a specific revision of this object (as opposed
1659
1659
  # to the latest version, the default).
@@ -1714,8 +1714,8 @@ module Google
1714
1714
  # Name of the bucket in which the object resides.
1715
1715
  # @param [String] object
1716
1716
  # Name of the object. For information about how to URL encode object names to be
1717
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1718
- # endpoints#encoding).
1717
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1718
+ # request-endpoints#encoding).
1719
1719
  # @param [Fixnum] generation
1720
1720
  # If present, selects a specific revision of this object (as opposed to the
1721
1721
  # latest version, the default).
@@ -1789,8 +1789,8 @@ module Google
1789
1789
  # Name of the bucket in which the object resides.
1790
1790
  # @param [String] object
1791
1791
  # Name of the object. For information about how to URL encode object names to be
1792
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
1793
- # endpoints#encoding).
1792
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
1793
+ # request-endpoints#encoding).
1794
1794
  # @param [Fixnum] generation
1795
1795
  # If present, selects a specific revision of this object (as opposed to the
1796
1796
  # latest version, the default).
@@ -1862,7 +1862,7 @@ module Google
1862
1862
  # Name of the object. Required when the object metadata is not otherwise
1863
1863
  # provided. Overrides the object metadata's name value, if any. For information
1864
1864
  # about how to URL encode object names to be path safe, see [Encoding URI Path
1865
- # Parts](http://cloud/storage/docs/request-endpoints#encoding).
1865
+ # Parts](https://cloud.google.com/storage/docs/request-endpoints#encoding).
1866
1866
  # @param [String] predefined_acl
1867
1867
  # Apply a predefined set of access controls to this object.
1868
1868
  # @param [String] projection
@@ -2008,8 +2008,8 @@ module Google
2008
2008
  # Name of the bucket in which the object resides.
2009
2009
  # @param [String] object
2010
2010
  # Name of the object. For information about how to URL encode object names to be
2011
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
2012
- # endpoints#encoding).
2011
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
2012
+ # request-endpoints#encoding).
2013
2013
  # @param [Google::Apis::StorageV1::Object] object_object
2014
2014
  # @param [Fixnum] generation
2015
2015
  # If present, selects a specific revision of this object (as opposed to the
@@ -2082,8 +2082,8 @@ module Google
2082
2082
  # Name of the bucket in which to find the source object.
2083
2083
  # @param [String] source_object
2084
2084
  # Name of the source object. For information about how to URL encode object
2085
- # names to be path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/
2086
- # request-endpoints#encoding).
2085
+ # names to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/
2086
+ # storage/docs/request-endpoints#encoding).
2087
2087
  # @param [String] destination_bucket
2088
2088
  # Name of the bucket in which to store the new object. Overrides the provided
2089
2089
  # object metadata's bucket value, if any.
@@ -2091,7 +2091,7 @@ module Google
2091
2091
  # Name of the new object. Required when the object metadata is not otherwise
2092
2092
  # provided. Overrides the object metadata's name value, if any. For information
2093
2093
  # about how to URL encode object names to be path safe, see [Encoding URI Path
2094
- # Parts](http://cloud/storage/docs/request-endpoints#encoding).
2094
+ # Parts](https://cloud.google.com/storage/docs/request-endpoints#encoding).
2095
2095
  # @param [Google::Apis::StorageV1::Object] object_object
2096
2096
  # @param [String] destination_kms_key_name
2097
2097
  # Resource name of the Cloud KMS key, of the form projects/my-project/locations/
@@ -2202,8 +2202,8 @@ module Google
2202
2202
  # Name of the bucket in which the object resides.
2203
2203
  # @param [String] object
2204
2204
  # Name of the object. For information about how to URL encode object names to be
2205
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
2206
- # endpoints#encoding).
2205
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
2206
+ # request-endpoints#encoding).
2207
2207
  # @param [Google::Apis::StorageV1::Policy] policy_object
2208
2208
  # @param [Fixnum] generation
2209
2209
  # If present, selects a specific revision of this object (as opposed to the
@@ -2251,8 +2251,8 @@ module Google
2251
2251
  # Name of the bucket in which the object resides.
2252
2252
  # @param [String] object
2253
2253
  # Name of the object. For information about how to URL encode object names to be
2254
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
2255
- # endpoints#encoding).
2254
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
2255
+ # request-endpoints#encoding).
2256
2256
  # @param [Array<String>, String] permissions
2257
2257
  # Permissions to test.
2258
2258
  # @param [Fixnum] generation
@@ -2299,8 +2299,8 @@ module Google
2299
2299
  # Name of the bucket in which the object resides.
2300
2300
  # @param [String] object
2301
2301
  # Name of the object. For information about how to URL encode object names to be
2302
- # path safe, see [Encoding URI Path Parts](http://cloud/storage/docs/request-
2303
- # endpoints#encoding).
2302
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
2303
+ # request-endpoints#encoding).
2304
2304
  # @param [Google::Apis::StorageV1::Object] object_object
2305
2305
  # @param [Fixnum] generation
2306
2306
  # If present, selects a specific revision of this object (as opposed to the
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.23.0
4
+ version: 0.24.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: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-16 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.24.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: []