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-tasks/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceClient.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1610,7 +1610,7 @@ public final ListReferrersInstancesPagedResponse listReferrersInstances(
1610
1610
1611
1611
// AUTO-GENERATED DOCUMENTATION AND METHOD
1612
1612
/**
1613
-
* Performs a reset on the instance. This is a hard reset; the VM does not do a graceful shutdown.
1613
+
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
1614
1614
* For more information, see Resetting an instance.
1615
1615
*
1616
1616
* <p>Sample code:
@@ -1637,7 +1637,7 @@ public final Operation resetInstance(ProjectZoneInstanceName instance) {
1637
1637
1638
1638
// AUTO-GENERATED DOCUMENTATION AND METHOD
1639
1639
/**
1640
-
* Performs a reset on the instance. This is a hard reset; the VM does not do a graceful shutdown.
1640
+
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
1641
1641
* For more information, see Resetting an instance.
1642
1642
*
1643
1643
* <p>Sample code:
@@ -1662,7 +1662,7 @@ public final Operation resetInstance(String instance) {
1662
1662
1663
1663
// AUTO-GENERATED DOCUMENTATION AND METHOD
1664
1664
/**
1665
-
* Performs a reset on the instance. This is a hard reset; the VM does not do a graceful shutdown.
1665
+
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
1666
1666
* For more information, see Resetting an instance.
1667
1667
*
1668
1668
* <p>Sample code:
@@ -1687,7 +1687,7 @@ public final Operation resetInstance(ResetInstanceHttpRequest request) {
1687
1687
1688
1688
// AUTO-GENERATED DOCUMENTATION AND METHOD
1689
1689
/**
1690
-
* Performs a reset on the instance. This is a hard reset; the VM does not do a graceful shutdown.
1690
+
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
1691
1691
* For more information, see Resetting an instance.
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/Interconnect.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ public String getGoogleIpAddress() {
265
265
}
266
266
267
267
/**
268
-
* [Output Only] Google reference ID; to be used when raising support tickets with Google or
268
+
* [Output Only] Google reference ID to be used when raising support tickets with Google or
269
269
* otherwise to debug backend connectivity issues.
270
270
*/
271
271
publicStringgetGoogleReferenceId() {
@@ -646,15 +646,15 @@ public Builder setGoogleIpAddress(String googleIpAddress) {
646
646
}
647
647
648
648
/**
649
-
* [Output Only] Google reference ID; to be used when raising support tickets with Google or
649
+
* [Output Only] Google reference ID to be used when raising support tickets with Google or
650
650
* otherwise to debug backend connectivity issues.
651
651
*/
652
652
publicStringgetGoogleReferenceId() {
653
653
returngoogleReferenceId;
654
654
}
655
655
656
656
/**
657
-
* [Output Only] Google reference ID; to be used when raising support tickets with Google or
657
+
* [Output Only] Google reference ID to be used when raising support tickets with Google or
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ManagedInstance.java
+37-4Lines changed: 37 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,26 +31,30 @@ public final class ManagedInstance implements ApiMessage {
0 commit comments