Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValuesBuilder()
repeated .lgraph.ProtoFieldData values = 1;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ModConfigRequest.Builder.addValuesBuilder()
repeated .lgraph.ProtoFieldData values = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValuesBuilder(int index)
repeated .lgraph.ProtoFieldData values = 1;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ModConfigRequest.Builder.addValuesBuilder(int index)
repeated .lgraph.ProtoFieldData values = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clear() |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearBlob()
optional bytes blob = 11;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearBoolean()
optional bool boolean = 1;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearData() |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearDate()
optional int32 date = 8;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearDatetime()
optional int64 datetime = 9;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearDp()
optional double dp = 7;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearInt16()
optional int32 int16_ = 3;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearInt32()
optional int32 int32_ = 4;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearInt64()
optional int64 int64_ = 5;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearInt8()
optional int32 int8_ = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearSp()
optional float sp = 6;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clearStr()
optional string str = 10;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.clone() |
Lgraph.ProtoFieldData.Builder |
Lgraph.Property.Builder.getValueBuilder()
required .lgraph.ProtoFieldData value = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.getValuesBuilder(int index)
repeated .lgraph.ProtoFieldData values = 1;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ModConfigRequest.Builder.getValuesBuilder(int index)
repeated .lgraph.ProtoFieldData values = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.mergeFrom(Lgraph.ProtoFieldData other) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.mergeFrom(com.google.protobuf.Message other) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.newBuilder() |
static Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.newBuilder(Lgraph.ProtoFieldData prototype) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.newBuilderForType() |
protected Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setBlob(com.google.protobuf.ByteString value)
optional bytes blob = 11;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setBoolean(boolean value)
optional bool boolean = 1;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setDate(int value)
optional int32 date = 8;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setDatetime(long value)
optional int64 datetime = 9;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setDp(double value)
optional double dp = 7;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setInt16(int value)
optional int32 int16_ = 3;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setInt32(int value)
optional int32 int32_ = 4;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setInt64(long value)
optional int64 int64_ = 5;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setInt8(int value)
optional int32 int8_ = 2;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setSp(float value)
optional float sp = 6;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setStr(String value)
optional string str = 10;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setStrBytes(com.google.protobuf.ByteString value)
optional string str = 10;
|
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Lgraph.ProtoFieldData.Builder |
Lgraph.ProtoFieldData.toBuilder() |