google-cloud-netapp-v1 2.0.0 → 2.0.1
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: c2d19d597c5da7b4453beda0d10a64e26df7c1d23053d4c8b4fba149af3ab1bd
|
4
|
+
data.tar.gz: c23c486a6090ea0def68d854ed3cb34a464b062fa84042b056f4f0bfa28be0d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6834b48ed741ad4516c392ef1d3d839ca4743cf950e4960549f7828f82ea942c199aeaf6e09636a9622464b6806ad6d8ef53618dbd5a0973da02a744b4c3dc3d
|
7
|
+
data.tar.gz: 595b3f0a7b097aa7f842cb33b605e1d5e85c6fa0579cf19c59a34ce73e0be371ae50d29b1459a0ea876949aa9504d041c42259a8e800304651b2e539dbf8b94a
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -533,7 +533,7 @@ module Google
|
|
533
533
|
# @!attribute [rw] cooling_threshold_days
|
534
534
|
# @return [::Integer]
|
535
535
|
# Optional. Time in days to mark the volume's data block as cold and make it
|
536
|
-
# eligible for tiering, can be range from
|
536
|
+
# eligible for tiering, can be range from 2-183. Default is 31.
|
537
537
|
class TieringPolicy
|
538
538
|
include ::Google::Protobuf::MessageExts
|
539
539
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-netapp-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
- !ruby/object:Gem::Version
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
|
-
rubygems_version: 3.6.
|
150
|
+
rubygems_version: 3.6.5
|
151
151
|
specification_version: 4
|
152
152
|
summary: Google Cloud NetApp Volumes is a fully-managed, cloud-based data storage
|
153
153
|
service that provides advanced data management capabilities and highly scalable
|