Class protos.google.cloud.iot.v1.PublicKeyCertificate (2.3.6)

Represents a PublicKeyCertificate.

Package

@google-cloud/iot!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.iot.v1.IPublicKeyCertificate);

Constructs a new PublicKeyCertificate.

Parameter
NameDescription
properties IPublicKeyCertificate

Properties to set

Properties

certificate

public certificate: string;

PublicKeyCertificate certificate.

Property Value
TypeDescription
string

format

public format: (google.cloud.iot.v1.PublicKeyCertificateFormat|keyof typeof google.cloud.iot.v1.PublicKeyCertificateFormat);

PublicKeyCertificate format.

Property Value
TypeDescription
(google.cloud.iot.v1.PublicKeyCertificateFormat|keyof typeof google.cloud.iot.v1.PublicKeyCertificateFormat)

x509Details

public x509Details?: (google.cloud.iot.v1.IX509CertificateDetails|null);

PublicKeyCertificate x509Details.

Property Value
TypeDescription
(google.cloud.iot.v1.IX509CertificateDetails|null)

Methods

create(properties)

public static create(properties?: google.cloud.iot.v1.IPublicKeyCertificate): google.cloud.iot.v1.PublicKeyCertificate;

Creates a new PublicKeyCertificate instance using the specified properties.

Parameter
NameDescription
properties IPublicKeyCertificate

Properties to set

Returns
TypeDescription
google.cloud.iot.v1.PublicKeyCertificate

PublicKeyCertificate instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.iot.v1.PublicKeyCertificate;

Decodes a PublicKeyCertificate message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.iot.v1.PublicKeyCertificate

PublicKeyCertificate

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.iot.v1.PublicKeyCertificate;

Decodes a PublicKeyCertificate message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.iot.v1.PublicKeyCertificate

PublicKeyCertificate

encode(message, writer)

public static encode(message: google.cloud.iot.v1.IPublicKeyCertificate, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified PublicKeyCertificate message. Does not implicitly messages.

Parameters
NameDescription
message IPublicKeyCertificate

PublicKeyCertificate message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.iot.v1.IPublicKeyCertificate, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified PublicKeyCertificate message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IPublicKeyCertificate

PublicKeyCertificate message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.iot.v1.PublicKeyCertificate;

Creates a PublicKeyCertificate message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.iot.v1.PublicKeyCertificate

PublicKeyCertificate

toJSON()

public toJSON(): { [k: string]: any };

Converts this PublicKeyCertificate to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.iot.v1.PublicKeyCertificate, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a PublicKeyCertificate message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.iot.v1.PublicKeyCertificate

PublicKeyCertificate

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a PublicKeyCertificate message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not