You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
51
51
privateStringcreateTime;
52
52
53
53
/**
54
-
* Optional. User-provided description of the cluster.
54
+
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
55
55
* The value may be {@code null}.
56
56
*/
57
57
@com.google.api.client.util.Key
@@ -156,15 +156,15 @@ public Cluster setCreateTime(String createTime) {
156
156
}
157
157
158
158
/**
159
-
* Optional. User-provided description of the cluster.
159
+
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
160
160
* @return value or {@code null} for none
161
161
*/
162
162
publicjava.lang.StringgetDescription() {
163
163
returndescription;
164
164
}
165
165
166
166
/**
167
-
* Optional. User-provided description of the cluster.
167
+
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
168
168
* @param description description or {@code null} for none
0 commit comments