Uses of Class
com.alibaba.RDDReaderTransfer.essential_type.Builder
-
Packages that use essential_type.Builder Package Description com.alibaba.RDDReaderTransfer -
-
Uses of essential_type.Builder in com.alibaba.RDDReaderTransfer
Methods in com.alibaba.RDDReaderTransfer that return essential_type.Builder Modifier and Type Method Description essential_type.Builderarray_type.Builder. addItemBuilder()repeated .RDDReaderTransfer.essential_type item = 1;essential_type.Builderarray_type.Builder. addItemBuilder(int index)repeated .RDDReaderTransfer.essential_type item = 1;essential_type.Builderessential_type.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)essential_type.Builderessential_type.Builder. clear()essential_type.Builderessential_type.Builder. clearBoolData()bool bool_data = 5;essential_type.Builderessential_type.Builder. clearDoubleData()double double_data = 4;essential_type.Builderessential_type.Builder. clearEssential()essential_type.Builderessential_type.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)essential_type.Builderessential_type.Builder. clearFloatData()float float_data = 3;essential_type.Builderessential_type.Builder. clearIntData()int32 int_data = 1;essential_type.Builderessential_type.Builder. clearLongData()int64 long_data = 2;essential_type.Builderessential_type.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)essential_type.Builderessential_type.Builder. clearStringData()string string_data = 6;essential_type.Builderessential_type.Builder. clone()essential_type.Builderbasic_type.Builder. getEssenBuilder().RDDReaderTransfer.essential_type essen = 1;essential_type.Builderarray_type.Builder. getItemBuilder(int index)repeated .RDDReaderTransfer.essential_type item = 1;essential_type.Builderessential_type.Builder. mergeFrom(essential_type other)essential_type.Builderessential_type.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)essential_type.Builderessential_type.Builder. mergeFrom(com.google.protobuf.Message other)essential_type.Builderessential_type.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static essential_type.Builderessential_type. newBuilder()static essential_type.Builderessential_type. newBuilder(essential_type prototype)essential_type.Builderessential_type. newBuilderForType()protected essential_type.Builderessential_type. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)essential_type.Builderessential_type.Builder. setBoolData(boolean value)bool bool_data = 5;essential_type.Builderessential_type.Builder. setDoubleData(double value)double double_data = 4;essential_type.Builderessential_type.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)essential_type.Builderessential_type.Builder. setFloatData(float value)float float_data = 3;essential_type.Builderessential_type.Builder. setIntData(int value)int32 int_data = 1;essential_type.Builderessential_type.Builder. setLongData(long value)int64 long_data = 2;essential_type.Builderessential_type.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)essential_type.Builderessential_type.Builder. setStringData(String value)string string_data = 6;essential_type.Builderessential_type.Builder. setStringDataBytes(com.google.protobuf.ByteString value)string string_data = 6;essential_type.Builderessential_type.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)essential_type.Builderessential_type. toBuilder()Methods in com.alibaba.RDDReaderTransfer that return types with arguments of type essential_type.Builder Modifier and Type Method Description List<essential_type.Builder>array_type.Builder. getItemBuilderList()repeated .RDDReaderTransfer.essential_type item = 1;Methods in com.alibaba.RDDReaderTransfer with parameters of type essential_type.Builder Modifier and Type Method Description array_type.Builderarray_type.Builder. addItem(int index, essential_type.Builder builderForValue)repeated .RDDReaderTransfer.essential_type item = 1;array_type.Builderarray_type.Builder. addItem(essential_type.Builder builderForValue)repeated .RDDReaderTransfer.essential_type item = 1;basic_type.Builderbasic_type.Builder. setEssen(essential_type.Builder builderForValue).RDDReaderTransfer.essential_type essen = 1;array_type.Builderarray_type.Builder. setItem(int index, essential_type.Builder builderForValue)repeated .RDDReaderTransfer.essential_type item = 1;
-