public static interface Wtclient.RemoveTowerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
If set, then the record for this address will be removed, indicating that is
is stale.
|
com.google.protobuf.ByteString |
getAddressBytes()
If set, then the record for this address will be removed, indicating that is
is stale.
|
com.google.protobuf.ByteString |
getPubkey()
The identifying public key of the watchtower to remove.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPubkey()
The identifying public key of the watchtower to remove.
bytes pubkey = 1;
java.lang.String getAddress()
If set, then the record for this address will be removed, indicating that is is stale. Otherwise, the watchtower will no longer be used for future session negotiations and backups.
string address = 2;
com.google.protobuf.ByteString getAddressBytes()
If set, then the record for this address will be removed, indicating that is is stale. Otherwise, the watchtower will no longer be used for future session negotiations and backups.
string address = 2;