@@ -97,9 +97,9 @@ public final class Instance extends com.google.api.client.json.GenericJson {
97
97
private java .lang .String id ;
98
98
99
99
/**
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.
103
103
* The value may be {@code null}.
104
104
*/
105
105
@ com .google .api .client .util .Key
@@ -332,19 +332,19 @@ public Instance setId(java.lang.String id) {
332
332
}
333
333
334
334
/**
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.
338
338
* @return value or {@code null} for none
339
339
*/
340
340
public java .util .List <java .lang .String > getInstanceOwners () {
341
341
return instanceOwners ;
342
342
}
343
343
344
344
/**
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.
348
348
* @param instanceOwners instanceOwners or {@code null} for none
349
349
*/
350
350
public Instance setInstanceOwners (java .util .List <java .lang .String > instanceOwners ) {
0 commit comments