Skip to content

Commit c085d3e

Browse files
1 parent 50b2090 commit c085d3e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/HypercomputeCluster/Cluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function getName()
160160
return $this->name;
161161
}
162162
/**
163-
* Optional. Network resources available to the cluster. Must contain at most
163+
* Optional. Network resources available to the cluster. Must contain exactly
164164
* one value. Keys specify the ID of the network resource by which it can be
165165
* referenced elsewhere, and must conform to
166166
* [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case,

src/HypercomputeCluster/NetworkResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getConfig()
4545
return $this->config;
4646
}
4747
/**
48-
* Reference to a network in Google Compute Engine.
48+
* Output only. Reference to a network in Google Compute Engine.
4949
*
5050
* @param NetworkReference $network
5151
*/

src/HypercomputeCluster/SlurmNodeSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SlurmNodeSet extends \Google\Collection
2121
{
2222
protected $collection_key = 'storageConfigs';
2323
/**
24-
* Optional. ID of the compute resource on which this nodeset will run. Must
24+
* Required. ID of the compute resource on which this nodeset will run. Must
2525
* match a key in the cluster's compute_resources.
2626
*
2727
* @var string
@@ -60,7 +60,7 @@ class SlurmNodeSet extends \Google\Collection
6060
protected $storageConfigsDataType = 'array';
6161

6262
/**
63-
* Optional. ID of the compute resource on which this nodeset will run. Must
63+
* Required. ID of the compute resource on which this nodeset will run. Must
6464
* match a key in the cluster's compute_resources.
6565
*
6666
* @param string $computeId

src/HypercomputeCluster/StorageResource.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class StorageResource extends \Google\Model
2929
protected $lustreDataType = '';
3030

3131
/**
32-
* Reference to a Google Cloud Storage bucket. Populated if and only if the
33-
* storage resource was configured to use Google Cloud Storage.
32+
* Output only. Reference to a Google Cloud Storage bucket. Populated if and
33+
* only if the storage resource was configured to use Google Cloud Storage.
3434
*
3535
* @param BucketReference $bucket
3636
*/
@@ -66,8 +66,8 @@ public function getConfig()
6666
return $this->config;
6767
}
6868
/**
69-
* Reference to a Filestore instance. Populated if and only if the storage
70-
* resource was configured to use Filestore.
69+
* Output only. Reference to a Filestore instance. Populated if and only if
70+
* the storage resource was configured to use Filestore.
7171
*
7272
* @param FilestoreReference $filestore
7373
*/
@@ -83,8 +83,8 @@ public function getFilestore()
8383
return $this->filestore;
8484
}
8585
/**
86-
* Reference to a Managed Lustre instance. Populated if and only if the
87-
* storage resource was configured to use Managed Lustre.
86+
* Output only. Reference to a Managed Lustre instance. Populated if and only
87+
* if the storage resource was configured to use Managed Lustre.
8888
*
8989
* @param LustreReference $lustre
9090
*/

0 commit comments

Comments
 (0)