google-apis-storage_v1 0.61.0 → 0.63.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3f6d212025eb57b7c7ba8e4ec054f2dd6b4c29ff0c04fc795e4082abc29de34
|
|
4
|
+
data.tar.gz: 5c413dd0a2fba1d7b5db744b2d1a14b408fe2b5db276865848a89e1b7947c33d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92bf5cd9e4e0a2b64d54338ca83e9440ce2719236faf6c79461358dd10bd1feee8fff68ec949566a3811fef3ad0eefd32687a79ec335adde5020fb270f1b9265
|
|
7
|
+
data.tar.gz: 5df3133a8c12d1137efdfbe1bb772951725802377a259600f0d017d734e609f53c51ca3ddeee0afbfb813c3bb025f2d7fed2987d99e72feb05017be614baa634
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-storage_v1
|
|
2
2
|
|
|
3
|
+
### v0.63.0 (2026-05-31)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260524
|
|
6
|
+
|
|
7
|
+
### v0.62.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260408
|
|
10
|
+
|
|
3
11
|
### v0.61.0 (2026-02-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260204
|
|
@@ -80,6 +80,12 @@ module Google
|
|
|
80
80
|
# @return [String]
|
|
81
81
|
attr_accessor :id
|
|
82
82
|
|
|
83
|
+
# Specifies whether objects are ingested into the cache upon write.
|
|
84
|
+
# Corresponds to the JSON property `ingestOnWrite`
|
|
85
|
+
# @return [Boolean]
|
|
86
|
+
attr_accessor :ingest_on_write
|
|
87
|
+
alias_method :ingest_on_write?, :ingest_on_write
|
|
88
|
+
|
|
83
89
|
# The kind of item this is. For Anywhere Cache, this is always storage#
|
|
84
90
|
# anywhereCache.
|
|
85
91
|
# Corresponds to the JSON property `kind`
|
|
@@ -128,6 +134,7 @@ module Google
|
|
|
128
134
|
@bucket = args[:bucket] if args.key?(:bucket)
|
|
129
135
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
130
136
|
@id = args[:id] if args.key?(:id)
|
|
137
|
+
@ingest_on_write = args[:ingest_on_write] if args.key?(:ingest_on_write)
|
|
131
138
|
@kind = args[:kind] if args.key?(:kind)
|
|
132
139
|
@pending_update = args[:pending_update] if args.key?(:pending_update)
|
|
133
140
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
@@ -1082,6 +1089,16 @@ module Google
|
|
|
1082
1089
|
# @return [Fixnum]
|
|
1083
1090
|
attr_accessor :num_newer_versions
|
|
1084
1091
|
|
|
1092
|
+
# Objects having a size greater than this value in bytes will be matched.
|
|
1093
|
+
# Corresponds to the JSON property `sizeAboveBytes`
|
|
1094
|
+
# @return [Fixnum]
|
|
1095
|
+
attr_accessor :size_above_bytes
|
|
1096
|
+
|
|
1097
|
+
# Objects having a size less than this value in bytes will be matched.
|
|
1098
|
+
# Corresponds to the JSON property `sizeBelowBytes`
|
|
1099
|
+
# @return [Fixnum]
|
|
1100
|
+
attr_accessor :size_below_bytes
|
|
1101
|
+
|
|
1085
1102
|
def initialize(**args)
|
|
1086
1103
|
update!(**args)
|
|
1087
1104
|
end
|
|
@@ -1100,6 +1117,8 @@ module Google
|
|
|
1100
1117
|
@matches_suffix = args[:matches_suffix] if args.key?(:matches_suffix)
|
|
1101
1118
|
@noncurrent_time_before = args[:noncurrent_time_before] if args.key?(:noncurrent_time_before)
|
|
1102
1119
|
@num_newer_versions = args[:num_newer_versions] if args.key?(:num_newer_versions)
|
|
1120
|
+
@size_above_bytes = args[:size_above_bytes] if args.key?(:size_above_bytes)
|
|
1121
|
+
@size_below_bytes = args[:size_below_bytes] if args.key?(:size_below_bytes)
|
|
1103
1122
|
end
|
|
1104
1123
|
end
|
|
1105
1124
|
end
|
|
@@ -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.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260524"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -478,6 +478,7 @@ module Google
|
|
|
478
478
|
property :create_time, as: 'createTime', type: DateTime
|
|
479
479
|
|
|
480
480
|
property :id, as: 'id'
|
|
481
|
+
property :ingest_on_write, as: 'ingestOnWrite'
|
|
481
482
|
property :kind, as: 'kind'
|
|
482
483
|
property :pending_update, as: 'pendingUpdate'
|
|
483
484
|
property :self_link, as: 'selfLink'
|
|
@@ -746,6 +747,8 @@ module Google
|
|
|
746
747
|
property :noncurrent_time_before, as: 'noncurrentTimeBefore', type: Date
|
|
747
748
|
|
|
748
749
|
property :num_newer_versions, as: 'numNewerVersions'
|
|
750
|
+
property :size_above_bytes, :numeric_string => true, as: 'sizeAboveBytes'
|
|
751
|
+
property :size_below_bytes, :numeric_string => true, as: 'sizeBelowBytes'
|
|
749
752
|
end
|
|
750
753
|
end
|
|
751
754
|
end
|
|
@@ -275,7 +275,7 @@ module Google
|
|
|
275
275
|
execute_or_queue_command(command, &block)
|
|
276
276
|
end
|
|
277
277
|
|
|
278
|
-
# Updates the config
|
|
278
|
+
# Updates the config of an Anywhere Cache instance.
|
|
279
279
|
# @param [String] bucket
|
|
280
280
|
# Name of the parent bucket.
|
|
281
281
|
# @param [String] anywhere_cache_id
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|