Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
LocationName |
LocationName.Builder.build() |
static LocationName |
LocationName.of(String project,
String location) |
static LocationName |
LocationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LocationName> |
LocationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
DeviceRegistry |
DeviceManagerClient.createDeviceRegistry(LocationName parent,
DeviceRegistry deviceRegistry)
Creates a device registry that contains devices.
|
DeviceManagerClient.ListDeviceRegistriesPagedResponse |
DeviceManagerClient.listDeviceRegistries(LocationName parent)
Lists device registries.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
LocationName.toStringList(List<LocationName> values) |
Copyright © 2022 Google LLC. All rights reserved.