| Package | Description |
|---|---|
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addAllArgs(Iterable<? extends TransactionProto.Argument> values)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(int index,
TransactionProto.Argument.Builder builderForValue)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(int index,
TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(TransactionProto.Argument.Builder builderForValue)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clear() |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clearArgs()
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clearCommand()
Command is object specific and interpreted by the object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.clone() |
TransactionProto.Invoke.Builder |
TransactionProto.Instruction.Builder.getInvokeBuilder()
Invoke calls a method of an existing object
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.mergeFrom(com.google.protobuf.Message other) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.mergeFrom(TransactionProto.Invoke other) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransactionProto.Invoke.Builder |
TransactionProto.Invoke.newBuilder() |
static TransactionProto.Invoke.Builder |
TransactionProto.Invoke.newBuilder(TransactionProto.Invoke prototype) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.newBuilderForType() |
protected TransactionProto.Invoke.Builder |
TransactionProto.Invoke.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.removeArgs(int index)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setArgs(int index,
TransactionProto.Argument.Builder builderForValue)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setArgs(int index,
TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setCommand(String value)
Command is object specific and interpreted by the object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setCommandBytes(com.google.protobuf.ByteString value)
Command is object specific and interpreted by the object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Instruction.Builder |
TransactionProto.Instruction.Builder.setInvoke(TransactionProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing object
|
Copyright © 2018. All rights reserved.