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: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeSettings.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
* <p>The default instance has everything set to sensible defaults:
42
42
*
43
43
* <ul>
44
-
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45
-
* default port (443) are used.
44
+
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45
+
* port (443) are used.
46
46
* <li>Credentials are acquired automatically through Application Default Credentials.
47
47
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressSettings.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
* <p>The default instance has everything set to sensible defaults:
42
42
*
43
43
* <ul>
44
-
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45
-
* default port (443) are used.
44
+
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45
+
* port (443) are used.
46
46
* <li>Credentials are acquired automatically through Application Default Credentials.
47
47
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParams.java
+106-4Lines changed: 106 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ public final class AttachedDiskInitializeParams implements ApiMessage {
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalerSettings.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
* <p>The default instance has everything set to sensible defaults:
42
42
*
43
43
* <ul>
44
-
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45
-
* default port (443) are used.
44
+
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45
+
* port (443) are used.
46
46
* <li>Credentials are acquired automatically through Application Default Credentials.
47
47
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketSettings.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@
40
40
* <p>The default instance has everything set to sensible defaults:
41
41
*
42
42
* <ul>
43
-
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
44
-
* default port (443) are used.
43
+
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
44
+
* port (443) are used.
45
45
* <li>Credentials are acquired automatically through Application Default Credentials.
46
46
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServiceSettings.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
* <p>The default instance has everything set to sensible defaults:
42
42
*
43
43
* <ul>
44
-
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45
-
* default port (443) are used.
44
+
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45
+
* port (443) are used.
46
46
* <li>Credentials are acquired automatically through Application Default Credentials.
47
47
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/CreateSnapshotDiskHttpRequest.java
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,11 @@ public String getFields() {
162
162
returnfields;
163
163
}
164
164
165
-
/** Application consistent snapshot (ie. VSS). */
165
+
/**
166
+
* [Input Only] Specifies to create an application consistent snapshot by informing the OS to
167
+
* prepare for the snapshot process. Currently only supported on Windows instances using the
168
+
* Volume Shadow Copy Service (VSS).
169
+
*/
166
170
publicBooleangetGuestFlush() {
167
171
returnguestFlush;
168
172
}
@@ -359,12 +363,20 @@ public Builder setFields(String fields) {
359
363
returnthis;
360
364
}
361
365
362
-
/** Application consistent snapshot (ie. VSS). */
366
+
/**
367
+
* [Input Only] Specifies to create an application consistent snapshot by informing the OS to
368
+
* prepare for the snapshot process. Currently only supported on Windows instances using the
369
+
* Volume Shadow Copy Service (VSS).
370
+
*/
363
371
publicBooleangetGuestFlush() {
364
372
returnguestFlush;
365
373
}
366
374
367
-
/** Application consistent snapshot (ie. VSS). */
375
+
/**
376
+
* [Input Only] Specifies to create an application consistent snapshot by informing the OS to
377
+
* prepare for the snapshot process. Currently only supported on Windows instances using the
0 commit comments