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

feat: update compute API to revision 20220322 (#710) #669

Merged
merged 4 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ public final OperationFuture<Operation, Operation> removeResourcePoliciesAsync(

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

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown.
* Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown.
* For more information, see Resetting an instance.
*
* <p>Sample code:
Expand Down
Loading