Uses of Interface
com.google.cloud.iot.v1.RegistryCredentialOrBuilder
-
Packages that use RegistryCredentialOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of RegistryCredentialOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement RegistryCredentialOrBuilder Modifier and Type Class Description classRegistryCredentialA server-stored registry credential used to validate device credentials.static classRegistryCredential.BuilderA server-stored registry credential used to validate device credentials.Methods in com.google.cloud.iot.v1 that return RegistryCredentialOrBuilder Modifier and Type Method Description RegistryCredentialOrBuilderDeviceRegistry.Builder. getCredentialsOrBuilder(int index)The credentials used to verify the device credentials.RegistryCredentialOrBuilderDeviceRegistry. getCredentialsOrBuilder(int index)The credentials used to verify the device credentials.RegistryCredentialOrBuilderDeviceRegistryOrBuilder. getCredentialsOrBuilder(int index)The credentials used to verify the device credentials.Methods in com.google.cloud.iot.v1 that return types with arguments of type RegistryCredentialOrBuilder Modifier and Type Method Description List<? extends RegistryCredentialOrBuilder>DeviceRegistry.Builder. 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>DeviceRegistryOrBuilder. getCredentialsOrBuilderList()The credentials used to verify the device credentials.
-