Class: Google::Cloud::Iot::V1::PublicKeyCredential

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

A public key format and data.

Instance Attribute Summary collapse

Instance Attribute Details

#format::Google::Cloud::Iot::V1::PublicKeyFormat

Returns The format of the key.

Returns:



341
342
343
344
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 341

class PublicKeyCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key::String

Returns The key data.

Returns:

  • (::String)

    The key data.



341
342
343
344
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 341

class PublicKeyCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end