public static final class Walletunlocker.ChangePasswordResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Walletunlocker.ChangePasswordResponse.Builder> implements Walletunlocker.ChangePasswordResponseOrBuilder
lnrpc.ChangePasswordResponse| Modifier and Type | Method and Description |
|---|---|
Walletunlocker.ChangePasswordResponse |
build() |
Walletunlocker.ChangePasswordResponse |
buildPartial() |
Walletunlocker.ChangePasswordResponse.Builder |
clear() |
Walletunlocker.ChangePasswordResponse.Builder |
clearAdminMacaroon()
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
|
com.google.protobuf.ByteString |
getAdminMacaroon()
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
|
Walletunlocker.ChangePasswordResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Walletunlocker.ChangePasswordResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Walletunlocker.ChangePasswordResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
Walletunlocker.ChangePasswordResponse.Builder |
mergeFrom(Walletunlocker.ChangePasswordResponse other) |
Walletunlocker.ChangePasswordResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Walletunlocker.ChangePasswordResponse.Builder |
setAdminMacaroon(com.google.protobuf.ByteString value)
The binary serialized admin macaroon that can be used to access the daemon
after rotating the macaroon root key.
|
Walletunlocker.ChangePasswordResponse.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<Walletunlocker.ChangePasswordResponse.Builder>public Walletunlocker.ChangePasswordResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Walletunlocker.ChangePasswordResponse.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<Walletunlocker.ChangePasswordResponse.Builder>public Walletunlocker.ChangePasswordResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Walletunlocker.ChangePasswordResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Walletunlocker.ChangePasswordResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Walletunlocker.ChangePasswordResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Walletunlocker.ChangePasswordResponse.Builder>public Walletunlocker.ChangePasswordResponse.Builder mergeFrom(Walletunlocker.ChangePasswordResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Walletunlocker.ChangePasswordResponse.Builder>public Walletunlocker.ChangePasswordResponse.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<Walletunlocker.ChangePasswordResponse.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getAdminMacaroon()
The binary serialized admin macaroon that can be used to access the daemon after rotating the macaroon root key. If both the stateless_init and new_macaroon_root_key parameter were set to true, this is the ONLY copy of the macaroon that was created from the new root key and MUST be stored safely by the caller. Otherwise a copy of this macaroon is also persisted on disk by the daemon, together with other macaroon files.
bytes admin_macaroon = 1;getAdminMacaroon in interface Walletunlocker.ChangePasswordResponseOrBuilderpublic Walletunlocker.ChangePasswordResponse.Builder setAdminMacaroon(com.google.protobuf.ByteString value)
The binary serialized admin macaroon that can be used to access the daemon after rotating the macaroon root key. If both the stateless_init and new_macaroon_root_key parameter were set to true, this is the ONLY copy of the macaroon that was created from the new root key and MUST be stored safely by the caller. Otherwise a copy of this macaroon is also persisted on disk by the daemon, together with other macaroon files.
bytes admin_macaroon = 1;value - The adminMacaroon to set.public Walletunlocker.ChangePasswordResponse.Builder clearAdminMacaroon()
The binary serialized admin macaroon that can be used to access the daemon after rotating the macaroon root key. If both the stateless_init and new_macaroon_root_key parameter were set to true, this is the ONLY copy of the macaroon that was created from the new root key and MUST be stored safely by the caller. Otherwise a copy of this macaroon is also persisted on disk by the daemon, together with other macaroon files.
bytes admin_macaroon = 1;public final Walletunlocker.ChangePasswordResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Walletunlocker.ChangePasswordResponse.Builder>public final Walletunlocker.ChangePasswordResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Walletunlocker.ChangePasswordResponse.Builder>