Cloud IoT V1 API - Class Google::Cloud::Iot::V1::PublicKeyCertificate (v0.9.2)

Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::PublicKeyCertificate.

A public key certificate format and data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate

def certificate() -> ::String
Returns
  • (::String) — The certificate data.

#certificate=

def certificate=(value) -> ::String
Parameter
  • value (::String) — The certificate data.
Returns
  • (::String) — The certificate data.

#format

def format() -> ::Google::Cloud::Iot::V1::PublicKeyCertificateFormat
Returns

#format=

def format=(value) -> ::Google::Cloud::Iot::V1::PublicKeyCertificateFormat
Parameter
Returns

#x509_details

def x509_details() -> ::Google::Cloud::Iot::V1::X509CertificateDetails
Returns

#x509_details=

def x509_details=(value) -> ::Google::Cloud::Iot::V1::X509CertificateDetails
Parameter
Returns