Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit b6daf94

Browse files
feat: update compute API to revision 20220322 (#710) (#669)
- [ ] Regenerate this pull request now. Source-Link: googleapis/googleapis@68ad73b Source-Link: https://github.com/googleapis/googleapis-gen/commit/a581672061b9481c0192de03bbfa3464e0233811 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU4MTY3MjA2MWI5NDgxYzAxOTJkZTAzYmJmYTM0NjRlMDIzMzgxMSJ9
1 parent ae40637 commit b6daf94

File tree

241 files changed

+137436
-15034
lines changed

Some content is hidden

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

241 files changed

+137436
-15034
lines changed

Diff for: google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesClient.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ public final OperationFuture<Operation, Operation> removeResourcePoliciesAsync(
22702270

22712271
// AUTO-GENERATED DOCUMENTATION AND METHOD.
22722272
/**
2273-
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
2273+
* Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown.
22742274
* For more information, see Resetting an instance.
22752275
*
22762276
* <p>Sample code:
@@ -2302,7 +2302,7 @@ public final OperationFuture<Operation, Operation> resetAsync(
23022302

23032303
// AUTO-GENERATED DOCUMENTATION AND METHOD.
23042304
/**
2305-
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
2305+
* Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown.
23062306
* For more information, see Resetting an instance.
23072307
*
23082308
* <p>Sample code:
@@ -2331,7 +2331,7 @@ public final OperationFuture<Operation, Operation> resetAsync(ResetInstanceReque
23312331

23322332
// AUTO-GENERATED DOCUMENTATION AND METHOD.
23332333
/**
2334-
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
2334+
* Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown.
23352335
* For more information, see Resetting an instance.
23362336
*
23372337
* <p>Sample code:
@@ -2359,7 +2359,7 @@ public final OperationFuture<Operation, Operation> resetAsync(ResetInstanceReque
23592359

23602360
// AUTO-GENERATED DOCUMENTATION AND METHOD.
23612361
/**
2362-
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
2362+
* Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown.
23632363
* For more information, see Resetting an instance.
23642364
*
23652365
* <p>Sample code:

0 commit comments

Comments
 (0)