public interface RemovePublicKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment() Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for environment. |
getKey()
public abstract String getKey()Key that should be removed from the environment.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Key that should be removed from the environment.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |