Interface PublicKeyCredentialOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PublicKeyCredential, PublicKeyCredential.Builder

    public interface PublicKeyCredentialOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PublicKeyFormat getFormat()
      The format of the key.
      int getFormatValue()
      The format of the key.
      String getKey()
      The key data.
      com.google.protobuf.ByteString getKeyBytes()
      The key data.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFormatValue

        int getFormatValue()
         The format of the key.
         
        .google.cloud.iot.v1.PublicKeyFormat format = 1;
        Returns:
        The enum numeric value on the wire for format.
      • getFormat

        PublicKeyFormat getFormat()
         The format of the key.
         
        .google.cloud.iot.v1.PublicKeyFormat format = 1;
        Returns:
        The format.
      • getKey

        String getKey()
         The key data.
         
        string key = 2;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         The key data.
         
        string key = 2;
        Returns:
        The bytes for key.