Interface PublicKeyCredentialOrBuilder (2.11.0)

public interface PublicKeyCredentialOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormat()

public abstract PublicKeyFormat getFormat()

The format of the key.

.google.cloud.iot.v1.PublicKeyFormat format = 1;

Returns
TypeDescription
PublicKeyFormat

The format.

getFormatValue()

public abstract int getFormatValue()

The format of the key.

.google.cloud.iot.v1.PublicKeyFormat format = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for format.

getKey()

public abstract String getKey()

The key data.

string key = 2;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

The key data.

string key = 2;

Returns
TypeDescription
ByteString

The bytes for key.