google-apis-netapp_v1 0.27.0 → 0.29.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: e646c3bb2bcf57354ea614636d0635763ceb250b91ea5bfc89640c4deb93b4ee
|
|
4
|
+
data.tar.gz: c274620f19fd12f8bf454fb60c5086efe70dfe512c21c147321ff14692187f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a31e9db1ef9c956222b545b9fd15503c27813b2e80b5d8b97d7abcd7c6b3e545a71b6e888d3edca2d82a747cb1644a43aff74675acf4ca7a964e0e4a5a192b44
|
|
7
|
+
data.tar.gz: 37ba6ac8335dfdb114bb598ca0513393563360f40a363a0b07bceadfcf4c258e89ac6b324a5a008a5c521de1215bbffff15c9e907cecb96a6ec1f88c924d208e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-netapp_v1
|
|
2
2
|
|
|
3
|
+
### v0.29.0 (2026-05-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260426
|
|
6
|
+
|
|
7
|
+
### v0.28.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260402
|
|
10
|
+
|
|
3
11
|
### v0.27.0 (2026-03-22)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260318
|
|
@@ -1473,7 +1473,7 @@ module Google
|
|
|
1473
1473
|
end
|
|
1474
1474
|
|
|
1475
1475
|
# Configuration for a Large Capacity Volume. A Large Capacity Volume supports
|
|
1476
|
-
# sizes ranging from
|
|
1476
|
+
# sizes ranging from 4.8 TiB to 20 PiB, it is composed of multiple internal
|
|
1477
1477
|
# constituents, and must be created in a large capacity pool.
|
|
1478
1478
|
class LargeCapacityConfig
|
|
1479
1479
|
include Google::Apis::Core::Hashable
|
|
@@ -2931,11 +2931,11 @@ module Google
|
|
|
2931
2931
|
attr_accessor :satisfies_pzs
|
|
2932
2932
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
2933
2933
|
|
|
2934
|
-
# Optional. The
|
|
2935
|
-
#
|
|
2936
|
-
# Corresponds to the JSON property `
|
|
2934
|
+
# Optional. The scale type of the storage pool. Defaults to `SCALE_TYPE_DEFAULT`
|
|
2935
|
+
# if not specified.
|
|
2936
|
+
# Corresponds to the JSON property `scaleType`
|
|
2937
2937
|
# @return [String]
|
|
2938
|
-
attr_accessor :
|
|
2938
|
+
attr_accessor :scale_type
|
|
2939
2939
|
|
|
2940
2940
|
# Required. Service level of the storage pool
|
|
2941
2941
|
# Corresponds to the JSON property `serviceLevel`
|
|
@@ -3015,7 +3015,7 @@ module Google
|
|
|
3015
3015
|
@replica_zone = args[:replica_zone] if args.key?(:replica_zone)
|
|
3016
3016
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
3017
3017
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
3018
|
-
@
|
|
3018
|
+
@scale_type = args[:scale_type] if args.key?(:scale_type)
|
|
3019
3019
|
@service_level = args[:service_level] if args.key?(:service_level)
|
|
3020
3020
|
@state = args[:state] if args.key?(:state)
|
|
3021
3021
|
@state_details = args[:state_details] if args.key?(:state_details)
|
|
@@ -3334,14 +3334,16 @@ module Google
|
|
|
3334
3334
|
attr_accessor :labels
|
|
3335
3335
|
|
|
3336
3336
|
# Optional. Flag indicating if the volume will be a large capacity volume or a
|
|
3337
|
-
# regular volume.
|
|
3337
|
+
# regular volume. This field is used for legacy FILE pools. For Unified pools,
|
|
3338
|
+
# use the `large_capacity_config` field instead. This field and `
|
|
3339
|
+
# large_capacity_config` are mutually exclusive.
|
|
3338
3340
|
# Corresponds to the JSON property `largeCapacity`
|
|
3339
3341
|
# @return [Boolean]
|
|
3340
3342
|
attr_accessor :large_capacity
|
|
3341
3343
|
alias_method :large_capacity?, :large_capacity
|
|
3342
3344
|
|
|
3343
3345
|
# Configuration for a Large Capacity Volume. A Large Capacity Volume supports
|
|
3344
|
-
# sizes ranging from
|
|
3346
|
+
# sizes ranging from 4.8 TiB to 20 PiB, it is composed of multiple internal
|
|
3345
3347
|
# constituents, and must be created in a large capacity pool.
|
|
3346
3348
|
# Corresponds to the JSON property `largeCapacityConfig`
|
|
3347
3349
|
# @return [Google::Apis::NetappV1::LargeCapacityConfig]
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.29.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 = "20260426"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1173,7 +1173,7 @@ module Google
|
|
|
1173
1173
|
property :replica_zone, as: 'replicaZone'
|
|
1174
1174
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
1175
1175
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1176
|
-
property :
|
|
1176
|
+
property :scale_type, as: 'scaleType'
|
|
1177
1177
|
property :service_level, as: 'serviceLevel'
|
|
1178
1178
|
property :state, as: 'state'
|
|
1179
1179
|
property :state_details, as: 'stateDetails'
|
|
@@ -84,15 +84,20 @@ module Google
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
# Lists information about the supported locations for this service. This method
|
|
87
|
-
#
|
|
88
|
-
#
|
|
89
|
-
#
|
|
90
|
-
#
|
|
87
|
+
# lists locations based on the resource scope provided in the
|
|
88
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
89
|
+
# the method lists the public locations available to all projects. * **Project-
|
|
90
|
+
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
91
|
+
# method lists locations visible to that specific project. This includes public,
|
|
92
|
+
# private, or other project-specific locations enabled for the project. For gRPC
|
|
93
|
+
# and client library implementations, the resource name is passed as the `name`
|
|
94
|
+
# field. For direct service calls, the resource name is incorporated into the
|
|
95
|
+
# request path based on the specific service implementation and version.
|
|
91
96
|
# @param [String] name
|
|
92
97
|
# The resource that owns the locations collection, if applicable.
|
|
93
98
|
# @param [Array<String>, String] extra_location_types
|
|
94
|
-
# Optional. Do not use this field
|
|
95
|
-
#
|
|
99
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
100
|
+
# is primarily for internal usage.
|
|
96
101
|
# @param [String] filter
|
|
97
102
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
98
103
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.
|
|
4
|
+
version: 0.29.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.29.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:
|