google-apis-hypercomputecluster_v1 0.7.0 → 0.8.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/hypercomputecluster_v1/classes.rb +7 -6
- data/lib/google/apis/hypercomputecluster_v1/gem_version.rb +3 -3
- data/lib/google/apis/hypercomputecluster_v1/service.rb +3 -2
- data/lib/google/apis/hypercomputecluster_v1.rb +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad1078382092321d89c37a9b5d17401dd2325f00ffb79f177776b709a8db5d32
|
|
4
|
+
data.tar.gz: cc948c1229c5f213bcee0979b14e7eaefc5ad52277c9a6124d0cccccd8861533
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 948852ad0275a9c09eb2e948efbb202a0b3642452be9dce63bf9db14f7b2fb0c977a198a21d74021b49554140a2b2064f07bb285f5d5d67a955e21ad31152fbd
|
|
7
|
+
data.tar.gz: 94a681928a1d6f75778d7e002b9aac35cfa6e2deeb3396c2a3d538b2eff2e1a15bbdf06b2ab8cfc962308a1c564bc758fa0f8d3786145dc3b337183692494681
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-hypercomputecluster_v1
|
|
2
2
|
|
|
3
|
+
### v0.8.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260606
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.7.0 (2026-05-17)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260506
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://docs.cloud.google.com/cluster-director/docs)
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -27,7 +27,8 @@ module Google
|
|
|
27
27
|
class BootDisk
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
|
-
# Required. Immutable.
|
|
30
|
+
# Required. Immutable. The size of the disk in gigabytes (GB), which must be at
|
|
31
|
+
# least 40 GB.
|
|
31
32
|
# Corresponds to the JSON property `sizeGb`
|
|
32
33
|
# @return [Fixnum]
|
|
33
34
|
attr_accessor :size_gb
|
|
@@ -119,7 +120,7 @@ module Google
|
|
|
119
120
|
# @return [String]
|
|
120
121
|
attr_accessor :create_time
|
|
121
122
|
|
|
122
|
-
# Optional.
|
|
123
|
+
# Optional. A description for your cluster. You can use up to 2,048 characters.
|
|
123
124
|
# Corresponds to the JSON property `description`
|
|
124
125
|
# @return [String]
|
|
125
126
|
attr_accessor :description
|
|
@@ -1132,7 +1133,7 @@ module Google
|
|
|
1132
1133
|
attr_accessor :file_shares
|
|
1133
1134
|
|
|
1134
1135
|
# Required. Immutable. Name of the Filestore instance to create, in the format `
|
|
1135
|
-
# projects/`project`/locations/`location`/instances/`instance
|
|
1136
|
+
# projects/`project`/locations/`location`/instances/`instance``.
|
|
1136
1137
|
# Corresponds to the JSON property `filestore`
|
|
1137
1138
|
# @return [String]
|
|
1138
1139
|
attr_accessor :filestore
|
|
@@ -1790,7 +1791,7 @@ module Google
|
|
|
1790
1791
|
class SlurmNodeSet
|
|
1791
1792
|
include Google::Apis::Core::Hashable
|
|
1792
1793
|
|
|
1793
|
-
# Required. ID of the compute resource on which this nodeset
|
|
1794
|
+
# Required. The ID of the compute resource on which this nodeset runs. Must
|
|
1794
1795
|
# match a key in the cluster's compute_resources.
|
|
1795
1796
|
# Corresponds to the JSON property `computeId`
|
|
1796
1797
|
# @return [String]
|
|
@@ -2002,8 +2003,8 @@ module Google
|
|
|
2002
2003
|
end
|
|
2003
2004
|
end
|
|
2004
2005
|
|
|
2005
|
-
#
|
|
2006
|
-
#
|
|
2006
|
+
# Represents a form of persistent storage that you can mount onto compute
|
|
2007
|
+
# resources in the cluster.
|
|
2007
2008
|
class StorageResource
|
|
2008
2009
|
include Google::Apis::Core::Hashable
|
|
2009
2010
|
|
|
@@ -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.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260606"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,8 +22,9 @@ module Google
|
|
|
22
22
|
module HypercomputeclusterV1
|
|
23
23
|
# Cluster Director API
|
|
24
24
|
#
|
|
25
|
-
# The Cluster Director API
|
|
26
|
-
#
|
|
25
|
+
# The Cluster Director API lets you deploy, manage, and monitor clusters that
|
|
26
|
+
# run artificial intelligence (AI), machine learning (ML), or high performance
|
|
27
|
+
# computing (HPC) workloads.
|
|
27
28
|
#
|
|
28
29
|
# @example
|
|
29
30
|
# require 'google/apis/hypercomputecluster_v1'
|
|
@@ -21,8 +21,9 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Cluster Director API
|
|
23
23
|
#
|
|
24
|
-
# The Cluster Director API
|
|
25
|
-
#
|
|
24
|
+
# The Cluster Director API lets you deploy, manage, and monitor clusters that
|
|
25
|
+
# run artificial intelligence (AI), machine learning (ML), or high performance
|
|
26
|
+
# computing (HPC) workloads.
|
|
26
27
|
#
|
|
27
28
|
# @see https://docs.cloud.google.com/cluster-director/docs
|
|
28
29
|
module HypercomputeclusterV1
|
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.8.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.8.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:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|