Interface LearnerOuterClass.DataFieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDouble()
      double double = 2;
      LearnerOuterClass.DataField.FieldCase getFieldCase()  
      int getInt()
      int32 int = 1;
      String getString()
      string string = 3;
      com.google.protobuf.ByteString getStringBytes()
      string string = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getInt

        int getInt()
        int32 int = 1;
        Returns:
        The int.
      • getDouble

        double getDouble()
        double double = 2;
        Returns:
        The double.
      • getString

        String getString()
        string string = 3;
        Returns:
        The string.
      • getStringBytes

        com.google.protobuf.ByteString getStringBytes()
        string string = 3;
        Returns:
        The bytes for string.