public interface RegistryCredentialOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RegistryCredential.CredentialCase |
getCredentialCase() |
PublicKeyCertificate |
getPublicKeyCertificate()
A public key certificate used to verify the device credentials.
|
PublicKeyCertificateOrBuilder |
getPublicKeyCertificateOrBuilder()
A public key certificate used to verify the device credentials.
|
boolean |
hasPublicKeyCertificate()
A public key certificate used to verify the device credentials.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasPublicKeyCertificate()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
PublicKeyCertificate getPublicKeyCertificate()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
PublicKeyCertificateOrBuilder getPublicKeyCertificateOrBuilder()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
RegistryCredential.CredentialCase getCredentialCase()
Copyright © 2022 Google LLC. All rights reserved.