Interface AddPublicKeyResponseOrBuilder (2.3.0)

public interface AddPublicKeyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Key that was added to the environment.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key that was added to the environment.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.