Package com.google.cloud.iot.v1
Interface RegistryCredentialOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegistryCredential
,RegistryCredential.Builder
public interface RegistryCredentialOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPublicKeyCertificate
boolean hasPublicKeyCertificate()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
- Returns:
- Whether the publicKeyCertificate field is set.
-
getPublicKeyCertificate
PublicKeyCertificate getPublicKeyCertificate()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
- Returns:
- The publicKeyCertificate.
-
getPublicKeyCertificateOrBuilder
PublicKeyCertificateOrBuilder getPublicKeyCertificateOrBuilder()
A public key certificate used to verify the device credentials.
.google.cloud.iot.v1.PublicKeyCertificate public_key_certificate = 1;
-
getCredentialCase
RegistryCredential.CredentialCase getCredentialCase()
-
-