OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addAllTransactions(Iterable<? extends OmniLedgerProto.ClientTransaction> values)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(int index,
OmniLedgerProto.ClientTransaction.Builder builderForValue)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(int index,
OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(OmniLedgerProto.ClientTransaction.Builder builderForValue)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.clear() |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.clearTransactions()
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.clone() |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.mergeFrom(com.google.protobuf.Message other) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.mergeFrom(OmniLedgerProto.DataBody other) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.newBuilder() |
static OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.newBuilder(OmniLedgerProto.DataBody prototype) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.newBuilderForType() |
protected OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.removeTransactions(int index)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setTransactions(int index,
OmniLedgerProto.ClientTransaction.Builder builderForValue)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setTransactions(int index,
OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1;
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.toBuilder() |