Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Method and Description |
---|---|
Protos.Error.Builder |
Protos.Error.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Error.Builder |
Protos.Error.Builder.clear() |
Protos.Error.Builder |
Protos.Error.Builder.clearCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
Protos.Error.Builder |
Protos.Error.Builder.clearExpectedValue()
Can be set by the client when erroring to the server if a value was out of range.
|
Protos.Error.Builder |
Protos.Error.Builder.clearExplanation()
NOT SAFE FOR HTML WITHOUT ESCAPING
|
Protos.Error.Builder |
Protos.Error.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Error.Builder |
Protos.Error.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Error.Builder |
Protos.Error.Builder.clone() |
Protos.Error.Builder |
Protos.TwoWayChannelMessage.Builder.getErrorBuilder()
optional .paymentchannels.Error error = 10; |
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(Protos.Error other) |
Protos.Error.Builder |
Protos.Error.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.Error.Builder |
Protos.Error.newBuilder() |
static Protos.Error.Builder |
Protos.Error.newBuilder(Protos.Error prototype) |
Protos.Error.Builder |
Protos.Error.newBuilderForType() |
protected Protos.Error.Builder |
Protos.Error.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.Error.Builder |
Protos.Error.Builder.setCode(Protos.Error.ErrorCode value)
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
Protos.Error.Builder |
Protos.Error.Builder.setExpectedValue(long value)
Can be set by the client when erroring to the server if a value was out of range.
|
Protos.Error.Builder |
Protos.Error.Builder.setExplanation(String value)
NOT SAFE FOR HTML WITHOUT ESCAPING
|
Protos.Error.Builder |
Protos.Error.Builder.setExplanationBytes(com.google.protobuf.ByteString value)
NOT SAFE FOR HTML WITHOUT ESCAPING
|
Protos.Error.Builder |
Protos.Error.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Error.Builder |
Protos.Error.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.Error.Builder |
Protos.Error.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Error.Builder |
Protos.Error.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setError(Protos.Error.Builder builderForValue)
optional .paymentchannels.Error error = 10; |
Copyright © 2018. All rights reserved.