Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
class |
RegistryCredential
A server-stored registry credential used to validate device credentials.
|
static class |
RegistryCredential.Builder
A server-stored registry credential used to validate device credentials.
|
Modifier and Type | Method and Description |
---|---|
RegistryCredentialOrBuilder |
DeviceRegistryOrBuilder.getCredentialsOrBuilder(int index)
The credentials used to verify the device credentials.
|
RegistryCredentialOrBuilder |
DeviceRegistry.getCredentialsOrBuilder(int index)
The credentials used to verify the device credentials.
|
RegistryCredentialOrBuilder |
DeviceRegistry.Builder.getCredentialsOrBuilder(int index)
The credentials used to verify the device credentials.
|
Modifier and Type | Method and Description |
---|---|
List<? extends RegistryCredentialOrBuilder> |
DeviceRegistryOrBuilder.getCredentialsOrBuilderList()
The credentials used to verify the device credentials.
|
List<? extends RegistryCredentialOrBuilder> |
DeviceRegistry.getCredentialsOrBuilderList()
The credentials used to verify the device credentials.
|
List<? extends RegistryCredentialOrBuilder> |
DeviceRegistry.Builder.getCredentialsOrBuilderList()
The credentials used to verify the device credentials.
|
Copyright © 2022 Google LLC. All rights reserved.