Interface AddPublicKeyResponseOrBuilder (2.12.0)

Stay organized with collections Save and categorize content based on your preferences.
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.