@@ -97,9 +97,9 @@ public final class Instance extends com.google.api.client.json.GenericJson {
9797 private java .lang .String id ;
9898
9999 /**
100- * Optional. Input only. The owner of this instance after creation. Format: `[email protected] ` 101- * Currently supports one owner only. If not specified, all of the service account users of your
102- * VM instance's service account can use the instance.
100+ * Optional. The owner of this instance after creation. Format: `[email protected] ` Currently 101+ * supports one owner only. If not specified, all of the service account users of your VM
102+ * instance's service account can use the instance.
103103 * The value may be {@code null}.
104104 */
105105 @ com .google .api .client .util .Key
@@ -332,19 +332,19 @@ public Instance setId(java.lang.String id) {
332332 }
333333
334334 /**
335- * Optional. Input only. The owner of this instance after creation. Format: `[email protected] ` 336- * Currently supports one owner only. If not specified, all of the service account users of your
337- * VM instance's service account can use the instance.
335+ * Optional. The owner of this instance after creation. Format: `[email protected] ` Currently 336+ * supports one owner only. If not specified, all of the service account users of your VM
337+ * instance's service account can use the instance.
338338 * @return value or {@code null} for none
339339 */
340340 public java .util .List <java .lang .String > getInstanceOwners () {
341341 return instanceOwners ;
342342 }
343343
344344 /**
345- * Optional. Input only. The owner of this instance after creation. Format: `[email protected] ` 346- * Currently supports one owner only. If not specified, all of the service account users of your
347- * VM instance's service account can use the instance.
345+ * Optional. The owner of this instance after creation. Format: `[email protected] ` Currently 346+ * supports one owner only. If not specified, all of the service account users of your VM
347+ * instance's service account can use the instance.
348348 * @param instanceOwners instanceOwners or {@code null} for none
349349 */
350350 public Instance setInstanceOwners (java .util .List <java .lang .String > instanceOwners ) {
0 commit comments