Skip to content

Commit 3608b35

Browse files
yoshi-automationPraful Makani
authored andcommitted
Regenerate compute client (#5205)
1 parent 575eca4 commit 3608b35

195 files changed

Lines changed: 452 additions & 375 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalerSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* <p>The default instance has everything set to sensible defaults:
4141
*
4242
* <ul>
43-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
44-
* port (443) are used.
43+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
44+
* default port (443) are used.
4545
* <li>Credentials are acquired automatically through Application Default Credentials.
4646
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4747
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServiceSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/CreateSnapshotDiskHttpRequest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public String getFields() {
162162
return fields;
163163
}
164164

165+
/** Application consistent snapshot (ie. VSS). */
165166
public Boolean getGuestFlush() {
166167
return guestFlush;
167168
}
@@ -358,10 +359,12 @@ public Builder setFields(String fields) {
358359
return this;
359360
}
360361

362+
/** Application consistent snapshot (ie. VSS). */
361363
public Boolean getGuestFlush() {
362364
return guestFlush;
363365
}
364366

367+
/** Application consistent snapshot (ie. VSS). */
365368
public Builder setGuestFlush(Boolean guestFlush) {
366369
this.guestFlush = guestFlush;
367370
return this;

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public final AggregatedListDisksPagedResponse aggregatedListDisks(
307307
* </code></pre>
308308
*
309309
* @param disk Name of the persistent disk to snapshot.
310-
* @param guestFlush
310+
* @param guestFlush Application consistent snapshot (ie. VSS).
311311
* @param snapshotResource A persistent disk snapshot resource. (== resource_for beta.snapshots
312312
* ==) (== resource_for v1.snapshots ==)
313313
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -341,7 +341,7 @@ public final Operation createSnapshotDisk(
341341
* </code></pre>
342342
*
343343
* @param disk Name of the persistent disk to snapshot.
344-
* @param guestFlush
344+
* @param guestFlush Application consistent snapshot (ie. VSS).
345345
* @param snapshotResource A persistent disk snapshot resource. (== resource_for beta.snapshots
346346
* ==) (== resource_for v1.snapshots ==)
347347
* @throws com.google.api.gax.rpc.ApiException if the remote call fails

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypeSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* <p>The default instance has everything set to sensible defaults:
4242
*
4343
* <ul>
44-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
45-
* port (443) are used.
44+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
45+
* default port (443) are used.
4646
* <li>Credentials are acquired automatically through Application Default Credentials.
4747
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4848
* </ul>

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* <p>The default instance has everything set to sensible defaults:
4141
*
4242
* <ul>
43-
* <li>The default service address (https://www.googleapis.com/compute/v1/projects/) and default
44-
* port (443) are used.
43+
* <li>The default service address (https://compute.googleapis.com/compute/v1/projects/) and
44+
* default port (443) are used.
4545
* <li>Credentials are acquired automatically through Application Default Credentials.
4646
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4747
* </ul>

0 commit comments

Comments
 (0)