google-apis-tpu_v2alpha1 0.44.0 → 0.45.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: 1ec7e11ea553a2e0eea473f3e6d8e70ecec0f76f24d9bd577e496d5a7a02fd6e
|
4
|
+
data.tar.gz: f5de88f4f701d0242dd0b4a7da5827ebc6050b1794aedc9ce7a95b9c87473c79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70af3b3e4607da0133b399ff55bf7fb11dc40cb976806854ac82d87c87a017e2e6dc28135d2eaa0e7c5c62bb1c365e21d005d314a7b41c9bc9c5b0d2a5e5bac4
|
7
|
+
data.tar.gz: 01de1803f8374012dc8c49f6b337237f8c51bd80927af02b41d6fc5bcbee2dea8d58da06fc3689439b4c5ac17da2cc1076418c55dbb31ed40d30f48166f6b07f
|
data/CHANGELOG.md
CHANGED
@@ -211,6 +211,12 @@ module Google
|
|
211
211
|
# @return [String]
|
212
212
|
attr_accessor :source_image
|
213
213
|
|
214
|
+
# Optional. The storage pool in which the boot disk is created. You can provide
|
215
|
+
# this as a partial or full URL to the resource.
|
216
|
+
# Corresponds to the JSON property `storagePool`
|
217
|
+
# @return [String]
|
218
|
+
attr_accessor :storage_pool
|
219
|
+
|
214
220
|
def initialize(**args)
|
215
221
|
update!(**args)
|
216
222
|
end
|
@@ -223,6 +229,7 @@ module Google
|
|
223
229
|
@provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
|
224
230
|
@provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
|
225
231
|
@source_image = args[:source_image] if args.key?(:source_image)
|
232
|
+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
226
233
|
end
|
227
234
|
end
|
228
235
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TpuV2alpha1
|
18
18
|
# Version of the google-apis-tpu_v2alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.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 = "20250903"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -462,6 +462,7 @@ module Google
|
|
462
462
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
463
463
|
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
464
464
|
property :source_image, as: 'sourceImage'
|
465
|
+
property :storage_pool, as: 'storagePool'
|
465
466
|
end
|
466
467
|
end
|
467
468
|
|
@@ -118,8 +118,8 @@ module Google
|
|
118
118
|
# @param [String] name
|
119
119
|
# The resource that owns the locations collection, if applicable.
|
120
120
|
# @param [Array<String>, String] extra_location_types
|
121
|
-
# Optional.
|
122
|
-
#
|
121
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
122
|
+
# field which is primarily intended for internal usage.
|
123
123
|
# @param [String] filter
|
124
124
|
# A filter to narrow down results to a preferred subset. The filtering language
|
125
125
|
# 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-tpu_v2alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.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-tpu_v2alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.45.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|