public static final class LightningApi.RestoreChanBackupRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.RestoreChanBackupRequest.Builder> implements LightningApi.RestoreChanBackupRequestOrBuilder
lnrpc.RestoreChanBackupRequestaddRepeatedField, 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<LightningApi.RestoreChanBackupRequest.Builder>public LightningApi.RestoreChanBackupRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.RestoreChanBackupRequest.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<LightningApi.RestoreChanBackupRequest.Builder>public LightningApi.RestoreChanBackupRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.RestoreChanBackupRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.RestoreChanBackupRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.RestoreChanBackupRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.RestoreChanBackupRequest.Builder>public LightningApi.RestoreChanBackupRequest.Builder mergeFrom(LightningApi.RestoreChanBackupRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.RestoreChanBackupRequest.Builder>public LightningApi.RestoreChanBackupRequest.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<LightningApi.RestoreChanBackupRequest.Builder>java.io.IOExceptionpublic LightningApi.RestoreChanBackupRequest.BackupCase getBackupCase()
getBackupCase in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic LightningApi.RestoreChanBackupRequest.Builder clearBackup()
public boolean hasChanBackups()
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;hasChanBackups in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic LightningApi.ChannelBackups getChanBackups()
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;getChanBackups in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic LightningApi.RestoreChanBackupRequest.Builder setChanBackups(LightningApi.ChannelBackups value)
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;public LightningApi.RestoreChanBackupRequest.Builder setChanBackups(LightningApi.ChannelBackups.Builder builderForValue)
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;public LightningApi.RestoreChanBackupRequest.Builder mergeChanBackups(LightningApi.ChannelBackups value)
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;public LightningApi.RestoreChanBackupRequest.Builder clearChanBackups()
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;public LightningApi.ChannelBackups.Builder getChanBackupsBuilder()
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;public LightningApi.ChannelBackupsOrBuilder getChanBackupsOrBuilder()
The channels to restore as a list of channel/backup pairs.
.lnrpc.ChannelBackups chan_backups = 1;getChanBackupsOrBuilder in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic boolean hasMultiChanBackup()
The channels to restore in the packed multi backup format. When using REST, this field must be encoded as base64.
bytes multi_chan_backup = 2;hasMultiChanBackup in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic com.google.protobuf.ByteString getMultiChanBackup()
The channels to restore in the packed multi backup format. When using REST, this field must be encoded as base64.
bytes multi_chan_backup = 2;getMultiChanBackup in interface LightningApi.RestoreChanBackupRequestOrBuilderpublic LightningApi.RestoreChanBackupRequest.Builder setMultiChanBackup(com.google.protobuf.ByteString value)
The channels to restore in the packed multi backup format. When using REST, this field must be encoded as base64.
bytes multi_chan_backup = 2;value - The multiChanBackup to set.public LightningApi.RestoreChanBackupRequest.Builder clearMultiChanBackup()
The channels to restore in the packed multi backup format. When using REST, this field must be encoded as base64.
bytes multi_chan_backup = 2;public final LightningApi.RestoreChanBackupRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.RestoreChanBackupRequest.Builder>public final LightningApi.RestoreChanBackupRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.RestoreChanBackupRequest.Builder>