google-apis-storage_v1 0.42.0 → 0.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/storage_v1/classes.rb +17 -14
- data/lib/google/apis/storage_v1/gem_version.rb +2 -2
- data/lib/google/apis/storage_v1/service.rb +9 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4147b062494ed402f9ce3cd0d92f27f082e9286f573e198986aa844aae277d88
|
4
|
+
data.tar.gz: a9b998a64d28d1c07b6932d48a68e13b7a5591f7530028c52f643d4fe3016873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 528543b71faf74abf53a18615655ef827fc0c7189ff0389d5d391d5005fe9676e514424291d174c8e79297f495c59fba84c6acdd9cde0025d602cc11c15db5ee
|
7
|
+
data.tar.gz: fb4c2ac87c4075ff8ed059caca50490d72600c30dbbad18b4be387e87c1c338c1bb1398e89d435da05964a11511a76af4a8014e9c8eb7696b11ab04cf13e80b6
|
data/CHANGELOG.md
CHANGED
@@ -241,15 +241,16 @@ module Google
|
|
241
241
|
# @return [Hash<String,String>]
|
242
242
|
attr_accessor :labels
|
243
243
|
|
244
|
-
# The bucket's lifecycle configuration. See
|
245
|
-
# information.
|
244
|
+
# The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
|
245
|
+
# google.com/storage/docs/lifecycle) for more information.
|
246
246
|
# Corresponds to the JSON property `lifecycle`
|
247
247
|
# @return [Google::Apis::StorageV1::Bucket::Lifecycle]
|
248
248
|
attr_accessor :lifecycle
|
249
249
|
|
250
250
|
# 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
|
252
|
-
# for the authoritative
|
251
|
+
# physical storage within this region. Defaults to US. See the [Developer's
|
252
|
+
# Guide](https://cloud.google.com/storage/docs/locations) for the authoritative
|
253
|
+
# list.
|
253
254
|
# Corresponds to the JSON property `location`
|
254
255
|
# @return [String]
|
255
256
|
attr_accessor :location
|
@@ -337,8 +338,8 @@ module Google
|
|
337
338
|
# and determines the SLA and the cost of storage. Values include MULTI_REGIONAL,
|
338
339
|
# REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and
|
339
340
|
# DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket
|
340
|
-
# is created, it will default to STANDARD. For more information, see
|
341
|
-
# classes.
|
341
|
+
# is created, it will default to STANDARD. For more information, see [Storage
|
342
|
+
# Classes](https://cloud.google.com/storage/docs/storage-classes).
|
342
343
|
# Corresponds to the JSON property `storageClass`
|
343
344
|
# @return [String]
|
344
345
|
attr_accessor :storage_class
|
@@ -359,8 +360,8 @@ module Google
|
|
359
360
|
attr_accessor :versioning
|
360
361
|
|
361
362
|
# The bucket's website configuration, controlling how the service behaves when
|
362
|
-
# accessing bucket contents as a web site. See the Static Website Examples
|
363
|
-
# more information.
|
363
|
+
# accessing bucket contents as a web site. See the [Static Website Examples](
|
364
|
+
# https://cloud.google.com/storage/docs/static-website) for more information.
|
364
365
|
# Corresponds to the JSON property `website`
|
365
366
|
# @return [Google::Apis::StorageV1::Bucket::Website]
|
366
367
|
attr_accessor :website
|
@@ -751,8 +752,8 @@ module Google
|
|
751
752
|
end
|
752
753
|
end
|
753
754
|
|
754
|
-
# The bucket's lifecycle configuration. See
|
755
|
-
# information.
|
755
|
+
# The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
|
756
|
+
# google.com/storage/docs/lifecycle) for more information.
|
756
757
|
class Lifecycle
|
757
758
|
include Google::Apis::Core::Hashable
|
758
759
|
|
@@ -1096,8 +1097,8 @@ module Google
|
|
1096
1097
|
end
|
1097
1098
|
|
1098
1099
|
# The bucket's website configuration, controlling how the service behaves when
|
1099
|
-
# accessing bucket contents as a web site. See the Static Website Examples
|
1100
|
-
# more information.
|
1100
|
+
# accessing bucket contents as a web site. See the [Static Website Examples](
|
1101
|
+
# https://cloud.google.com/storage/docs/static-website) for more information.
|
1101
1102
|
class Website
|
1102
1103
|
include Google::Apis::Core::Hashable
|
1103
1104
|
|
@@ -2297,7 +2298,8 @@ module Google
|
|
2297
2298
|
|
2298
2299
|
# CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in
|
2299
2300
|
# big-endian byte order. For more information about using the CRC32c checksum,
|
2300
|
-
# see
|
2301
|
+
# see [Data Validation and Change Detection](https://cloud.google.com/storage/
|
2302
|
+
# docs/data-validation).
|
2301
2303
|
# Corresponds to the JSON property `crc32c`
|
2302
2304
|
# @return [String]
|
2303
2305
|
attr_accessor :crc32c
|
@@ -2364,7 +2366,8 @@ module Google
|
|
2364
2366
|
attr_accessor :kms_key_name
|
2365
2367
|
|
2366
2368
|
# MD5 hash of the data; encoded using base64. For more information about using
|
2367
|
-
# the MD5 hash, see
|
2369
|
+
# the MD5 hash, see [Data Validation and Change Detection](https://cloud.google.
|
2370
|
+
# com/storage/docs/data-validation).
|
2368
2371
|
# Corresponds to the JSON property `md5Hash`
|
2369
2372
|
# @return [String]
|
2370
2373
|
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.
|
19
|
+
GEM_VERSION = "0.43.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 = "20240809"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
3751
|
-
#
|
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.
|
4
|
+
version: 0.43.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-18 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.43.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: []
|