Interface CertificateDescription.KeyIdOrBuilder (2.2.5)

public static interface CertificateDescription.KeyIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

public abstract String getKeyId()

Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The keyId.

getKeyIdBytes()

public abstract ByteString getKeyIdBytes()

Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for keyId.