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: branches/autosynth-automl/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AttachDiskInstanceHttpRequest.java
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -158,10 +158,7 @@ public String getFields() {
158
158
returnfields;
159
159
}
160
160
161
-
/**
162
-
* Whether to force attach the disk even if it's currently attached to another instance. This is
163
-
* only available for regional disks.
164
-
*/
161
+
/** Whether to force attach the disk even if it's currently attached to another instance. */
165
162
publicBooleangetForceAttach() {
166
163
returnforceAttach;
167
164
}
@@ -348,18 +345,12 @@ public Builder setFields(String fields) {
348
345
returnthis;
349
346
}
350
347
351
-
/**
352
-
* Whether to force attach the disk even if it's currently attached to another instance. This is
353
-
* only available for regional disks.
354
-
*/
348
+
/** Whether to force attach the disk even if it's currently attached to another instance. */
355
349
publicBooleangetForceAttach() {
356
350
returnforceAttach;
357
351
}
358
352
359
-
/**
360
-
* Whether to force attach the disk even if it's currently attached to another instance. This is
361
-
* only available for regional disks.
362
-
*/
353
+
/** Whether to force attach the disk even if it's currently attached to another instance. */
Copy file name to clipboardExpand all lines: branches/autosynth-automl/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/Condition.java
+7-40Lines changed: 7 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,21 @@ public final class Condition implements ApiMessage {
Copy file name to clipboardExpand all lines: branches/autosynth-automl/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRule.java
0 commit comments