Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.iot.v1

A client to Cloud IoT API.

See: Description

Package com.google.cloud.iot.v1 Description

A client to Cloud IoT API.

The interfaces provided are listed below, along with usage samples.

=================== DeviceManagerClient ===================

Service Description: Internet of Things (IoT) service. Securely connect and manage IoT devices.

Sample for DeviceManagerClient:

 
 try (DeviceManagerClient deviceManagerClient = DeviceManagerClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   DeviceRegistry deviceRegistry = DeviceRegistry.newBuilder().build();
   DeviceRegistry response = deviceManagerClient.createDeviceRegistry(parent, deviceRegistry);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.