BlockBody.Builder |
BlockBody.Builder.addActions(Action.Builder builderForValue)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.addActions(Action value)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.addActions(int index,
Action.Builder builderForValue)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.addActions(int index,
Action value)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.addAllActions(Iterable<? extends Action> values)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockBody.Builder |
BlockBody.Builder.clear() |
BlockBody.Builder |
BlockBody.Builder.clearActions()
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BlockBody.Builder |
BlockBody.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BlockBody.Builder |
BlockBody.Builder.clone() |
BlockBody.Builder |
Block.Builder.getBodyBuilder()
.iotextypes.BlockBody body = 2;
|
BlockBody.Builder |
BlockBody.Builder.mergeFrom(BlockBody other) |
BlockBody.Builder |
BlockBody.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BlockBody.Builder |
BlockBody.Builder.mergeFrom(com.google.protobuf.Message other) |
BlockBody.Builder |
BlockBody.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BlockBody.Builder |
BlockBody.newBuilder() |
static BlockBody.Builder |
BlockBody.newBuilder(BlockBody prototype) |
BlockBody.Builder |
BlockBody.newBuilderForType() |
protected BlockBody.Builder |
BlockBody.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BlockBody.Builder |
BlockBody.Builder.removeActions(int index)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.setActions(int index,
Action.Builder builderForValue)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.setActions(int index,
Action value)
repeated .iotextypes.Action actions = 1;
|
BlockBody.Builder |
BlockBody.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockBody.Builder |
BlockBody.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BlockBody.Builder |
BlockBody.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BlockBody.Builder |
BlockBody.toBuilder() |