public static final class Wtclient.RemoveTowerRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder> implements Wtclient.RemoveTowerRequestOrBuilder
wtclientrpc.RemoveTowerRequest| Modifier and Type | Method and Description |
|---|---|
Wtclient.RemoveTowerRequest |
build() |
Wtclient.RemoveTowerRequest |
buildPartial() |
Wtclient.RemoveTowerRequest.Builder |
clear() |
Wtclient.RemoveTowerRequest.Builder |
clearAddress()
If set, then the record for this address will be removed, indicating that is
is stale.
|
Wtclient.RemoveTowerRequest.Builder |
clearPubkey()
The identifying public key of the watchtower to remove.
|
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.
|
Wtclient.RemoveTowerRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getPubkey()
The identifying public key of the watchtower to remove.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Wtclient.RemoveTowerRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Wtclient.RemoveTowerRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Wtclient.RemoveTowerRequest.Builder |
mergeFrom(Wtclient.RemoveTowerRequest other) |
Wtclient.RemoveTowerRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Wtclient.RemoveTowerRequest.Builder |
setAddress(java.lang.String value)
If set, then the record for this address will be removed, indicating that is
is stale.
|
Wtclient.RemoveTowerRequest.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
If set, then the record for this address will be removed, indicating that is
is stale.
|
Wtclient.RemoveTowerRequest.Builder |
setPubkey(com.google.protobuf.ByteString value)
The identifying public key of the watchtower to remove.
|
Wtclient.RemoveTowerRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>public Wtclient.RemoveTowerRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>public Wtclient.RemoveTowerRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Wtclient.RemoveTowerRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Wtclient.RemoveTowerRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Wtclient.RemoveTowerRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wtclient.RemoveTowerRequest.Builder>public Wtclient.RemoveTowerRequest.Builder mergeFrom(Wtclient.RemoveTowerRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>public Wtclient.RemoveTowerRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wtclient.RemoveTowerRequest.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getPubkey()
The identifying public key of the watchtower to remove.
bytes pubkey = 1;getPubkey in interface Wtclient.RemoveTowerRequestOrBuilderpublic Wtclient.RemoveTowerRequest.Builder setPubkey(com.google.protobuf.ByteString value)
The identifying public key of the watchtower to remove.
bytes pubkey = 1;value - The pubkey to set.public Wtclient.RemoveTowerRequest.Builder clearPubkey()
The identifying public key of the watchtower to remove.
bytes pubkey = 1;public 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;getAddress in interface Wtclient.RemoveTowerRequestOrBuilderpublic 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;getAddressBytes in interface Wtclient.RemoveTowerRequestOrBuilderpublic Wtclient.RemoveTowerRequest.Builder setAddress(java.lang.String value)
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;value - The address to set.public Wtclient.RemoveTowerRequest.Builder clearAddress()
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;public Wtclient.RemoveTowerRequest.Builder setAddressBytes(com.google.protobuf.ByteString value)
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;value - The bytes for address to set.public final Wtclient.RemoveTowerRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>public final Wtclient.RemoveTowerRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.RemoveTowerRequest.Builder>