google-apis-hypercomputecluster_v1 0.2.0 → 0.3.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: 17fcb5fc0c9ffa0429f1a16398e373decc39257acd897c0892e2c8b183a0bc2b
4
- data.tar.gz: a751d653a8b8beefe28ecb7fbf909ce539bef2e1158e5cc9abf7e27ecb0781be
3
+ metadata.gz: db842bb684bc5a36d005857fad4c6509ee9da65e4d3ad0b701700c72e4aadd66
4
+ data.tar.gz: 61d48733fe20a04fc2eb18538a513b909541bab3031fab7f3c8c89d0cd203471
5
5
  SHA512:
6
- metadata.gz: d4dc6a80504791eddf637add5d0ed858b1a9643840e3763ef61a953dfce37b353e58e0376773ed601b967d10ad262e76a0e8f6771a3f1c6311c4a61c17adf447
7
- data.tar.gz: 4f917a8596122e0b64046ebd582062f013daca29820659aea9a11cfdd778fbc0a385c7217e993568a7e20582b313a9029d60c257e0a62fca442c278ff7c375a3
6
+ metadata.gz: e80a85bb900597556b5f4d13c8e89a60c7ab88a57120a17617c4d166a8e52aff36bb1df842b9e9074eb94cc4fb114360bee26739a94e71bbcd3230d342bdc7e8
7
+ data.tar.gz: acde44003598731e055a24a52af90f9d95b8825b44359f5c5790d0621fe8fe633812f7acee54cba7d7ba325fc6c7fe579e3113caae0f2c8c9bc43ddf553637c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-hypercomputecluster_v1
2
2
 
3
+ ### v0.3.0 (2026-02-15)
4
+
5
+ * Regenerated from discovery document revision 20260204
6
+
3
7
  ### v0.2.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260121
@@ -1332,7 +1332,8 @@ module Google
1332
1332
  # @return [String]
1333
1333
  attr_accessor :machine_type
1334
1334
 
1335
- # Optional. Specifies the termination action of the instance
1335
+ # Optional. Termination action for the instance. If not specified, Compute
1336
+ # Engine sets the termination action to DELETE.
1336
1337
  # Corresponds to the JSON property `terminationAction`
1337
1338
  # @return [String]
1338
1339
  attr_accessor :termination_action
@@ -1438,7 +1439,6 @@ module Google
1438
1439
  attr_accessor :end_time
1439
1440
 
1440
1441
  # Message describing the progress of a cluster mutation long-running operation.
1441
- # operation.
1442
1442
  # Corresponds to the JSON property `progress`
1443
1443
  # @return [Google::Apis::HypercomputeclusterV1::OperationProgress]
1444
1444
  attr_accessor :progress
@@ -1479,7 +1479,6 @@ module Google
1479
1479
  end
1480
1480
 
1481
1481
  # Message describing the progress of a cluster mutation long-running operation.
1482
- # operation.
1483
1482
  class OperationProgress
1484
1483
  include Google::Apis::Core::Hashable
1485
1484
 
@@ -1783,7 +1782,7 @@ module Google
1783
1782
  include Google::Apis::Core::Hashable
1784
1783
 
1785
1784
  # Optional. ID of the compute resource on which this nodeset will run. Must
1786
- # match a key in the cluster's [compute_resources](Cluster.compute_resources).
1785
+ # match a key in the cluster's compute_resources.
1787
1786
  # Corresponds to the JSON property `computeId`
1788
1787
  # @return [String]
1789
1788
  attr_accessor :compute_id
@@ -1863,15 +1862,16 @@ module Google
1863
1862
  # @return [Google::Apis::HypercomputeclusterV1::SlurmLoginNodes]
1864
1863
  attr_accessor :login_nodes
1865
1864
 
1866
- # Required. Configuration of Slurm nodesets, which define groups of compute
1867
- # resources that can be used by Slurm. At least one compute node is required.
1865
+ # Optional. Compute resource configuration for the Slurm nodesets in your
1866
+ # cluster. If not specified, the cluster won't create any nodes.
1868
1867
  # Corresponds to the JSON property `nodeSets`
1869
1868
  # @return [Array<Google::Apis::HypercomputeclusterV1::SlurmNodeSet>]
1870
1869
  attr_accessor :node_sets
1871
1870
 
1872
- # Required. Configuration of Slurm partitions, which group one or more nodesets.
1873
- # Acts as a queue against which jobs can be submitted. At least one partition is
1874
- # required.
1871
+ # Optional. Configuration for the Slurm partitions in your cluster. Each
1872
+ # partition can contain one or more nodesets, and you can submit separate jobs
1873
+ # on each partition. If you don't specify at least one partition in your cluster,
1874
+ # you can't submit jobs to the cluster.
1875
1875
  # Corresponds to the JSON property `partitions`
1876
1876
  # @return [Array<Google::Apis::HypercomputeclusterV1::SlurmPartition>]
1877
1877
  attr_accessor :partitions
@@ -1971,7 +1971,7 @@ module Google
1971
1971
  include Google::Apis::Core::Hashable
1972
1972
 
1973
1973
  # Required. ID of the storage resource to mount, which must match a key in the
1974
- # cluster's [storage_resources](Cluster.storage_resources).
1974
+ # cluster's storage_resources.
1975
1975
  # Corresponds to the JSON property `id`
1976
1976
  # @return [String]
1977
1977
  attr_accessor :id
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20260121"
25
+ REVISION = "20260204"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,8 @@ module Google
22
22
  module HypercomputeclusterV1
23
23
  # Cluster Director API
24
24
  #
25
- #
25
+ # The Cluster Director API allows you to deploy, manage, and monitor clusters
26
+ # that run AI, ML, or HPC workloads.
26
27
  #
27
28
  # @example
28
29
  # require 'google/apis/hypercomputecluster_v1'
@@ -81,7 +82,11 @@ module Google
81
82
  execute_or_queue_command(command, &block)
82
83
  end
83
84
 
84
- # Lists information about the supported locations for this service.
85
+ # Lists information about the supported locations for this service. This method
86
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
87
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
88
+ # projects/`project_id`/locations`. This may include public locations as well as
89
+ # private or other locations specifically visible to the project.
85
90
  # @param [String] name
86
91
  # The resource that owns the locations collection, if applicable.
87
92
  # @param [Array<String>, String] extra_location_types
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Cluster Director API
23
23
  #
24
- #
24
+ # The Cluster Director API allows you to deploy, manage, and monitor clusters
25
+ # that run AI, ML, or HPC workloads.
25
26
  #
26
27
  # @see https://docs.cloud.google.com/cluster-director/docs
27
28
  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.2.0
4
+ version: 0.3.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.2.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.3.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: