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: java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/VmMigrationClient.java
+95
Original file line number
Diff line number
Diff line change
@@ -2117,6 +2117,96 @@ public final OperationFuture<Empty, OperationMetadata> deleteDatacenterConnector
2117
2117
returnstub.deleteDatacenterConnectorCallable();
2118
2118
}
2119
2119
2120
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2121
+
/**
2122
+
* Upgrades the appliance relate to this DatacenterConnector to the in-place updateable version.
2123
+
*
2124
+
* <p>Sample code:
2125
+
*
2126
+
* <pre>{@code
2127
+
* // This snippet has been automatically generated for illustrative purposes only.
2128
+
* // It may require modifications to work in your environment.
Copy file name to clipboardExpand all lines: java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/VmMigrationSettings.java
+24
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,17 @@ public UnaryCallSettings<FetchInventoryRequest, FetchInventoryResponse> fetchInv
211
211
.deleteDatacenterConnectorOperationSettings();
212
212
}
213
213
214
+
/** Returns the object with the settings used for calls to upgradeAppliance. */
Copy file name to clipboardExpand all lines: java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/stub/GrpcVmMigrationStub.java
0 commit comments