We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed76f00 commit 0557a66Copy full SHA for 0557a66
compute/cloud-client/src/main/java/compute/reservation/CreateSharedReservation.java
@@ -52,7 +52,7 @@ public static void main(String[] args)
52
"projects/%s/global/instanceTemplates/YOUR_INSTANCE_TEMPLATE_NAME", projectId);
53
// Number of instances for which capacity needs to be reserved.
54
int vmCount = 3;
55
- // In your main method, create a real ReservationsClient
+ // In your main method, create ReservationsClient
56
ReservationsClient client = ReservationsClient.create();
57
// Create an instance of your class, passing in the client
58
CreateSharedReservation creator = new CreateSharedReservation(client);
0 commit comments