Search in sources :

Example 1 with InstancesSettings

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);
}
Also used : InstancesSettings(com.google.cloud.compute.v1.InstancesSettings) BeforeClass(org.junit.BeforeClass)

Aggregations

InstancesSettings (com.google.cloud.compute.v1.InstancesSettings)1 BeforeClass (org.junit.BeforeClass)1