google-apis-netapp_v1 0.22.0 → 0.23.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: 5b5114458978cfc1150dd0e3c479ecb1b653ae633236209357908ba54a326da3
4
- data.tar.gz: 3b8dfbefcf2d9eb759af8134506c690a48183a8f9d3ebfea987e30400f6c8b0e
3
+ metadata.gz: 718c1d364ec9a05cd69ef1ab60df116127ffe629206b5f4de3ca659d763c8e6c
4
+ data.tar.gz: 212e94ef03a9b26335753b3957bfca2fef5b0cd38a1d2caf50adb54c69966ba2
5
5
  SHA512:
6
- metadata.gz: 316179b04b30e48f471316f8f8dff2120c8c7fd56d1d6a6de65acdc41369c5a52382ac556082cf0b940bd21bf0b6709651d128702fc49a74b32d508323660de1
7
- data.tar.gz: dbb941c8b78bfebbcada3bc13d6cd3b9219a2c75b9603b80486cb03e033c610a2031a650e4982444f2161815f074f5fc5efd31ce4615b138e2659c7d15b3601a
6
+ metadata.gz: 48e95b15c8d785d0ad259cd0669406324e337d68053d9c530340370e4c43dade523d7567f7912d8164a0df0623cbadf00b62274f84b93a54e34b3ea90da18ab4
7
+ data.tar.gz: 32f110ede0156c774d2c6973b79d05b55bad5df881658d1a3067bc0a29439fa0c0e35a64d52cda82ed197d08c58aecb4ad1499962a644c2944e7ace918462eeb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.23.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260106
6
+
3
7
  ### v0.22.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251209
@@ -1730,6 +1730,12 @@ module Google
1730
1730
  class LocationMetadata
1731
1731
  include Google::Apis::Core::Hashable
1732
1732
 
1733
+ # Output only. Indicates if the location has ONTAP Proxy support.
1734
+ # Corresponds to the JSON property `hasOntapProxy`
1735
+ # @return [Boolean]
1736
+ attr_accessor :has_ontap_proxy
1737
+ alias_method :has_ontap_proxy?, :has_ontap_proxy
1738
+
1733
1739
  # Output only. Indicates if the location has VCP support.
1734
1740
  # Corresponds to the JSON property `hasVcp`
1735
1741
  # @return [Boolean]
@@ -1752,6 +1758,7 @@ module Google
1752
1758
 
1753
1759
  # Update properties of this object
1754
1760
  def update!(**args)
1761
+ @has_ontap_proxy = args[:has_ontap_proxy] if args.key?(:has_ontap_proxy)
1755
1762
  @has_vcp = args[:has_vcp] if args.key?(:has_vcp)
1756
1763
  @supported_flex_performance = args[:supported_flex_performance] if args.key?(:supported_flex_performance)
1757
1764
  @supported_service_levels = args[:supported_service_levels] if args.key?(:supported_service_levels)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetappV1
18
18
  # Version of the google-apis-netapp_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20251209"
25
+ REVISION = "20260106"
26
26
  end
27
27
  end
28
28
  end
@@ -829,6 +829,7 @@ module Google
829
829
  class LocationMetadata
830
830
  # @private
831
831
  class Representation < Google::Apis::Core::JsonRepresentation
832
+ property :has_ontap_proxy, as: 'hasOntapProxy'
832
833
  property :has_vcp, as: 'hasVcp'
833
834
  collection :supported_flex_performance, as: 'supportedFlexPerformance'
834
835
  collection :supported_service_levels, as: 'supportedServiceLevels'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-netapp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-netapp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-netapp_v1
62
62
  rdoc_options: []
63
63
  require_paths: