Class: Google::Cloud::Iot::V1::PublicKeyCredential
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::PublicKeyCredential
- 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
-
#format ⇒ ::Google::Cloud::Iot::V1::PublicKeyFormat
The format of the key.
-
#key ⇒ ::String
The key data.
Instance Attribute Details
#format ⇒ ::Google::Cloud::Iot::V1::PublicKeyFormat
Returns The format of the key.
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.
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 |