Interface RemovePublicKeyRequestOrBuilder (2.11.0)

public interface RemovePublicKeyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

public abstract String getEnvironment()

Environment this key should be removed from, e.g. users/me/environments/default.

string environment = 1;

Returns
TypeDescription
String

The environment.

getEnvironmentBytes()

public abstract ByteString getEnvironmentBytes()

Environment this key should be removed from, e.g. users/me/environments/default.

string environment = 1;

Returns
TypeDescription
ByteString

The bytes for environment.

getKey()

public abstract String getKey()

Key that should be removed from the environment.

string key = 2;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key that should be removed from the environment.

string key = 2;

Returns
TypeDescription
ByteString

The bytes for key.