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-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/model/ComputeEngineTargetDefaults.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
174
174
privatejava.lang.BooleansecureBoot;
175
175
176
176
/**
177
-
* The service account to associate the VM with.
177
+
* Optional. The service account to associate the VM with.
178
178
* The value may be {@code null}.
179
179
*/
180
180
@com.google.api.client.util.Key
@@ -546,15 +546,15 @@ public ComputeEngineTargetDefaults setSecureBoot(java.lang.Boolean secureBoot) {
546
546
}
547
547
548
548
/**
549
-
* The service account to associate the VM with.
549
+
* Optional. The service account to associate the VM with.
550
550
* @return value or {@code null} for none
551
551
*/
552
552
publicjava.lang.StringgetServiceAccount() {
553
553
returnserviceAccount;
554
554
}
555
555
556
556
/**
557
-
* The service account to associate the VM with.
557
+
* Optional. The service account to associate the VM with.
558
558
* @param serviceAccount serviceAccount or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/model/ComputeEngineTargetDefaults.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
174
174
privatejava.lang.BooleansecureBoot;
175
175
176
176
/**
177
-
* The service account to associate the VM with.
177
+
* Optional. The service account to associate the VM with.
178
178
* The value may be {@code null}.
179
179
*/
180
180
@com.google.api.client.util.Key
@@ -546,15 +546,15 @@ public ComputeEngineTargetDefaults setSecureBoot(java.lang.Boolean secureBoot) {
546
546
}
547
547
548
548
/**
549
-
* The service account to associate the VM with.
549
+
* Optional. The service account to associate the VM with.
550
550
* @return value or {@code null} for none
551
551
*/
552
552
publicjava.lang.StringgetServiceAccount() {
553
553
returnserviceAccount;
554
554
}
555
555
556
556
/**
557
-
* The service account to associate the VM with.
557
+
* Optional. The service account to associate the VM with.
558
558
* @param serviceAccount serviceAccount or {@code null} for none
0 commit comments