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