TransactionLogs.Builder |
TransactionLogs.Builder.addAllLogs(Iterable<? extends TransactionLog> values)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(int index,
TransactionLog.Builder builderForValue)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(int index,
TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(TransactionLog.Builder builderForValue)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.addLogs(TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionLogs.Builder |
TransactionLogs.Builder.clear() |
TransactionLogs.Builder |
TransactionLogs.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionLogs.Builder |
TransactionLogs.Builder.clearLogs()
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionLogs.Builder |
TransactionLogs.Builder.clone() |
TransactionLogs.Builder |
TransactionLogs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionLogs.Builder |
TransactionLogs.Builder.mergeFrom(com.google.protobuf.Message other) |
TransactionLogs.Builder |
TransactionLogs.Builder.mergeFrom(TransactionLogs other) |
TransactionLogs.Builder |
TransactionLogs.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransactionLogs.Builder |
TransactionLogs.newBuilder() |
static TransactionLogs.Builder |
TransactionLogs.newBuilder(TransactionLogs prototype) |
TransactionLogs.Builder |
TransactionLogs.newBuilderForType() |
protected TransactionLogs.Builder |
TransactionLogs.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransactionLogs.Builder |
TransactionLogs.Builder.removeLogs(int index)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionLogs.Builder |
TransactionLogs.Builder.setLogs(int index,
TransactionLog.Builder builderForValue)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.setLogs(int index,
TransactionLog value)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLogs.Builder |
TransactionLogs.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionLogs.Builder |
TransactionLogs.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionLogs.Builder |
TransactionLogs.toBuilder() |