use of com.google.cloud.compute.v1.InstancesSettings in project java-compute by googleapis.
the class ITSmokeInstancesTest method setUp.
@BeforeClass
public static void setUp() throws IOException {
instances = new ArrayList<>();
InstancesSettings instanceSettings = InstancesSettings.newBuilder().build();
instancesClient = InstancesClient.create(instanceSettings);
}
Aggregations