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: clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/BulkInsertInstanceResource.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class BulkInsertInstanceResource extends com.google.api.client.json
46
46
privateInstancePropertiesinstanceProperties;
47
47
48
48
/**
49
-
* Policy for chosing target zone. For more information, see Create VMs in bulk.
49
+
* Policy for choosing target zone. For more information, see Create VMs in bulk.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -135,15 +135,15 @@ public BulkInsertInstanceResource setInstanceProperties(InstanceProperties insta
135
135
}
136
136
137
137
/**
138
-
* Policy for chosing target zone. For more information, see Create VMs in bulk.
138
+
* Policy for choosing target zone. For more information, see Create VMs in bulk.
139
139
* @return value or {@code null} for none
140
140
*/
141
141
publicLocationPolicygetLocationPolicy() {
142
142
returnlocationPolicy;
143
143
}
144
144
145
145
/**
146
-
* Policy for chosing target zone. For more information, see Create VMs in bulk.
146
+
* Policy for choosing target zone. For more information, see Create VMs in bulk.
147
147
* @param locationPolicy locationPolicy or {@code null} for none
0 commit comments