Class protos.google.cloud.binaryauthorization.v1beta1.AttestorPublicKey

Represents an AttestorPublicKey.

Package

@google-cloud/binary-authorization!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.binaryauthorization.v1beta1.IAttestorPublicKey);

Constructs a new AttestorPublicKey.

Parameter
Type Name Description
IAttestorPublicKey properties

Properties to set

Properties

asciiArmoredPgpPublicKey

public asciiArmoredPgpPublicKey?: (string|null);

AttestorPublicKey asciiArmoredPgpPublicKey.

Property Value
Type Description
(string|null)

comment

public comment: string;

AttestorPublicKey comment.

Property Value
Type Description
string

id

public id: string;

AttestorPublicKey id.

Property Value
Type Description
string

pkixPublicKey

public pkixPublicKey?: (google.cloud.binaryauthorization.v1beta1.IPkixPublicKey|null);

AttestorPublicKey pkixPublicKey.

Property Value
Type Description
(google.cloud.binaryauthorization.v1beta1.IPkixPublicKey|null)

publicKey

public publicKey?: ("asciiArmoredPgpPublicKey"|"pkixPublicKey");

AttestorPublicKey publicKey.

Property Value
Type Description
("asciiArmoredPgpPublicKey"|"pkixPublicKey")

Methods

create(properties)

public static create(properties?: google.cloud.binaryauthorization.v1beta1.IAttestorPublicKey): google.cloud.binaryauthorization.v1beta1.AttestorPublicKey;

Creates a new AttestorPublicKey instance using the specified properties.

Parameter
Type Name Description
IAttestorPublicKey properties

Properties to set

Returns
Type Description
google.cloud.binaryauthorization.v1beta1.AttestorPublicKey

AttestorPublicKey instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.binaryauthorization.v1beta1.AttestorPublicKey;

Decodes an AttestorPublicKey message from the specified reader or buffer.

Parameters
Type Name Description
($protobuf.Reader|Uint8Array) reader

Reader or buffer to decode from

number length

Message length if known beforehand

Returns
Type Description
google.cloud.binaryauthorization.v1beta1.AttestorPublicKey

AttestorPublicKey

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.binaryauthorization.v1beta1.AttestorPublicKey;

Decodes an AttestorPublicKey message from the specified reader or buffer, length delimited.

Parameter
Type Name Description
($protobuf.Reader|Uint8Array) reader

Reader or buffer to decode from

Returns
Type Description
google.cloud.binaryauthorization.v1beta1.AttestorPublicKey

AttestorPublicKey

encode(message, writer)

public static encode(message: google.cloud.binaryauthorization.v1beta1.IAttestorPublicKey, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AttestorPublicKey message. Does not implicitly messages.

Parameters
Type Name Description
IAttestorPublicKey message

AttestorPublicKey message or plain object to encode

$protobuf.Writer writer

Writer to encode to

Returns
Type Description
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.binaryauthorization.v1beta1.IAttestorPublicKey, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
Type Name Description
IAttestorPublicKey message

AttestorPublicKey message or plain object to encode

$protobuf.Writer writer

Writer to encode to

Returns
Type Description
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.binaryauthorization.v1beta1.AttestorPublicKey;

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

Parameter
Type Name Description
{ [k: string]: any } object

Plain object

Returns
Type Description
google.cloud.binaryauthorization.v1beta1.AttestorPublicKey

AttestorPublicKey

toJSON()

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

Converts this AttestorPublicKey to JSON.

Returns
Type Description
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
Type Name Description
google.cloud.binaryauthorization.v1beta1.AttestorPublicKey message

AttestorPublicKey

$protobuf.IConversionOptions options

Conversion options

Returns
Type Description
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an AttestorPublicKey message.

Parameter
Type Name Description
{ [k: string]: any } message

Plain object to verify

Returns
Type Description
(string|null)

null if valid, otherwise the reason why it is not