Skip to content

Commit 4bab16a

Browse files
1 parent a15e86e commit 4bab16a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/HypercomputeCluster/Cluster.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Cluster extends \Google\Model
2828
*/
2929
public $createTime;
3030
/**
31-
* Optional. User-provided description of the cluster.
31+
* Optional. User-provided description of the cluster. Maximum of 2048
32+
* characters.
3233
*
3334
* @var string
3435
*/
@@ -106,7 +107,8 @@ public function getCreateTime()
106107
return $this->createTime;
107108
}
108109
/**
109-
* Optional. User-provided description of the cluster.
110+
* Optional. User-provided description of the cluster. Maximum of 2048
111+
* characters.
110112
*
111113
* @param string $description
112114
*/

0 commit comments

Comments
 (0)