Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceCredential
A server-stored device credential used for authentication.
|
static class |
DeviceCredential.Builder
A server-stored device credential used for authentication.
|
Modifier and Type | Method and Description |
---|---|
DeviceCredentialOrBuilder |
DeviceOrBuilder.getCredentialsOrBuilder(int index)
The credentials used to authenticate this device.
|
DeviceCredentialOrBuilder |
Device.getCredentialsOrBuilder(int index)
The credentials used to authenticate this device.
|
DeviceCredentialOrBuilder |
Device.Builder.getCredentialsOrBuilder(int index)
The credentials used to authenticate this device.
|
Modifier and Type | Method and Description |
---|---|
List<? extends DeviceCredentialOrBuilder> |
DeviceOrBuilder.getCredentialsOrBuilderList()
The credentials used to authenticate this device.
|
List<? extends DeviceCredentialOrBuilder> |
Device.getCredentialsOrBuilderList()
The credentials used to authenticate this device.
|
List<? extends DeviceCredentialOrBuilder> |
Device.Builder.getCredentialsOrBuilderList()
The credentials used to authenticate this device.
|
Copyright © 2022 Google LLC. All rights reserved.