google-cloud-netapp-v1 2.0.0 → 2.0.2

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: decefb9d1e1904bbf7d707f03da06052b4e0fb5661080afbbcf7ecbe3d329a4b
4
- data.tar.gz: '0772590ba85b671eb8b3d2ab22eabd661501585b1cd007f7721898ea2174e443'
3
+ metadata.gz: c7913ef5c42adce7b889e5f11f4272f21887f5bfd760ce35840208ddc7b3bff1
4
+ data.tar.gz: 2654746254de4ed511a7a94ed68cf53a618e00da9b6eff9df208070c4d6f2f02
5
5
  SHA512:
6
- metadata.gz: a3f9cb5b57f2f0a774579a81c5131b6180edb867b13cbdfbd88b0ccbbe6732abbf5b6a3a89d5f8229e2c82285e49f2b6cd8baf980ee02b04c85c1be341d1b5ac
7
- data.tar.gz: 82dc4b3d2444c145de8e77f2f94bb39a9375fb2172726aa3c522221a56e9be9e46c3db7a2dfe6cc4e2cc83f1bdc86400e0c92ddb0568201314b440867883f502
6
+ metadata.gz: 9eef45c61d543501ebb3a22e860b9f399a2525997a9013f8db404513b63c1873f79cb4af4ef39c3b3922d70f981446654cffee58384432bfd6226088074b43b0
7
+ data.tar.gz: a6a9d4b2b8c47b8ff962b891b9a1cc17f3046360dbd8e0d2256fdc01943aeaa83ba4066ebcc74a1ba8d0577256bbc1b9495dac9fc971c32771d6b4139e46905a
@@ -6282,8 +6282,8 @@ module Google
6282
6282
 
6283
6283
  config_attr :endpoint, nil, ::String, nil
6284
6284
  config_attr :credentials, nil do |value|
6285
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
6286
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
6285
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
6286
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
6287
6287
  allowed.any? { |klass| klass === value }
6288
6288
  end
6289
6289
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -5847,7 +5847,7 @@ module Google
5847
5847
 
5848
5848
  config_attr :endpoint, nil, ::String, nil
5849
5849
  config_attr :credentials, nil do |value|
5850
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
5850
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
5851
5851
  allowed.any? { |klass| klass === value }
5852
5852
  end
5853
5853
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetApp
23
23
  module V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 7-183. Default is 31.
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.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.3
150
+ rubygems_version: 3.6.8
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