google-apis-hypercomputecluster_v1 0.5.0 → 0.7.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/hypercomputecluster_v1/classes.rb +11 -2
- data/lib/google/apis/hypercomputecluster_v1/gem_version.rb +2 -2
- data/lib/google/apis/hypercomputecluster_v1/representations.rb +1 -0
- data/lib/google/apis/hypercomputecluster_v1/service.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 022fc736a0259ae290a989cb31cc4e7b6ac66dd92071bb5b1f011d2b69055540
|
|
4
|
+
data.tar.gz: 27cfc006ac11cc83a6cb99eea8b6e9dfa1d7c77e2ea4df5b4e29f0daa36b0c16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dc5604d81ff70ec891311baa67c727c4a273bf42c22db8a8da589e94a567650f7e20bb0c2a7d47313d4704e5a3dde4f5db18bbb188bf8a68f201d078306602a
|
|
7
|
+
data.tar.gz: ccb878c67d866ddf38886252ab33853523370989362be589341198e6ea4b169898c17b8c10b43f80c7ba0295b28a5512d28919c12b2a2fdbfc4bff4b9e252e31
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-hypercomputecluster_v1
|
|
2
2
|
|
|
3
|
+
### v0.7.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260506
|
|
6
|
+
|
|
7
|
+
### v0.6.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260422
|
|
10
|
+
|
|
3
11
|
### v0.5.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260401
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
class BootDisk
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
|
-
# Required. Immutable. Size of the disk in gigabytes. Must be at least
|
|
30
|
+
# Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
|
|
31
31
|
# Corresponds to the JSON property `sizeGb`
|
|
32
32
|
# @return [Fixnum]
|
|
33
33
|
attr_accessor :size_gb
|
|
@@ -1229,6 +1229,14 @@ module Google
|
|
|
1229
1229
|
# @return [String]
|
|
1230
1230
|
attr_accessor :lustre
|
|
1231
1231
|
|
|
1232
|
+
# Optional. Immutable. Throughput of the instance in MB/s/TiB. Valid values are
|
|
1233
|
+
# 125, 250, 500, 1000. See [Performance tiers and maximum storage capacities](
|
|
1234
|
+
# https://cloud.google.com/managed-lustre/docs/create-instance#performance-tiers)
|
|
1235
|
+
# for more information.
|
|
1236
|
+
# Corresponds to the JSON property `perUnitStorageThroughput`
|
|
1237
|
+
# @return [Fixnum]
|
|
1238
|
+
attr_accessor :per_unit_storage_throughput
|
|
1239
|
+
|
|
1232
1240
|
def initialize(**args)
|
|
1233
1241
|
update!(**args)
|
|
1234
1242
|
end
|
|
@@ -1239,6 +1247,7 @@ module Google
|
|
|
1239
1247
|
@description = args[:description] if args.key?(:description)
|
|
1240
1248
|
@filesystem = args[:filesystem] if args.key?(:filesystem)
|
|
1241
1249
|
@lustre = args[:lustre] if args.key?(:lustre)
|
|
1250
|
+
@per_unit_storage_throughput = args[:per_unit_storage_throughput] if args.key?(:per_unit_storage_throughput)
|
|
1242
1251
|
end
|
|
1243
1252
|
end
|
|
1244
1253
|
|
|
@@ -1993,7 +2002,7 @@ module Google
|
|
|
1993
2002
|
end
|
|
1994
2003
|
end
|
|
1995
2004
|
|
|
1996
|
-
# A resource representing a form of persistent storage that
|
|
2005
|
+
# A resource representing a form of persistent storage that can be mounted onto
|
|
1997
2006
|
# compute resources in the cluster.
|
|
1998
2007
|
class StorageResource
|
|
1999
2008
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module HypercomputeclusterV1
|
|
18
18
|
# Version of the google-apis-hypercomputecluster_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.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 = "20260506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -822,6 +822,7 @@ module Google
|
|
|
822
822
|
property :description, as: 'description'
|
|
823
823
|
property :filesystem, as: 'filesystem'
|
|
824
824
|
property :lustre, as: 'lustre'
|
|
825
|
+
property :per_unit_storage_throughput, :numeric_string => true, as: 'perUnitStorageThroughput'
|
|
825
826
|
end
|
|
826
827
|
end
|
|
827
828
|
|
|
@@ -83,8 +83,8 @@ module Google
|
|
|
83
83
|
end
|
|
84
84
|
|
|
85
85
|
# Lists information about the supported locations for this service. This method
|
|
86
|
-
# lists locations based on the resource scope provided in the
|
|
87
|
-
# ListLocationsRequest.name
|
|
86
|
+
# lists locations based on the resource scope provided in the
|
|
87
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
88
88
|
# the method lists the public locations available to all projects. * **Project-
|
|
89
89
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
90
90
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -95,8 +95,8 @@ module Google
|
|
|
95
95
|
# @param [String] name
|
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
|
97
97
|
# @param [Array<String>, String] extra_location_types
|
|
98
|
-
# Optional. Do not use this field
|
|
99
|
-
#
|
|
98
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
99
|
+
# is primarily for internal usage.
|
|
100
100
|
# @param [String] filter
|
|
101
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
102
102
|
# 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-hypercomputecluster_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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-hypercomputecluster_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.7.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|